update CHANGELOG

This commit is contained in:
Wengier
2021-10-30 21:11:26 -04:00
parent 9bfa6f08a0
commit 5b518e2c6f

View File

@@ -32,7 +32,10 @@
the font support for 24-pixel font DOS/V mode, such
as supporting HZK24? fonts for Simplified Chinese
DOS/V mode and STDFONT.24 from ETen Chinese system
for Traditional Chinese DOS/V mode. (Wengier)
for Traditional Chinese DOS/V mode. If a Chinese
font is specified via "fontxdbcs", "fontxdbcs14" or
"fontxdbcs24" options, it will be loaded before
system font even with "getsysfont=true". (Wengier)
- INTVEC debugger command now correctly outputs
addresses when in protected mode. (Allofich)
- INT 21 AX=4B03 now sets AX to 0000 like MS-DOS
@@ -75,6 +78,9 @@
allow the use of scroll bars. (Wengier)
- Disabled the Alt+F4 key for closing the DOSBox-X
window in MinGW SDL2 builds. (Wengier)
- Fixed program or config file containing Unicode
characters passed from command-line when launching
DOSBox-X in Windows SDL2 builds. (Wengier)
- Fixed issue with DELETE key in PC-98 mode. (Wengier)
- Fixed COLORS config option (in [ttf] section) not
working in the previous version. (Wengier)