update changelog

This commit is contained in:
Roman Fomin 2023-07-04 16:08:07 +07:00
parent e3201c1b2d
commit bdb3f387db

View File

@ -1,6 +1,7 @@
**New Features and Improvements**
* Add direct aiming from Crispy Doom. More accurate vertical aiming (thanks to @ceski-1).
* Optimizations for plane rendering, taken from Eternity Engine (thanks to @JNechaevsky).
* Add `-dedicated`, `-uncapped` and `-nouncapped` command line parmeters (thanks to @loopfz).
**Bug Fixes**
* Avoid the `midiOutUnprepareHeader()` function in the Windows MIDI music module. This may fix rare crashes for some users.
@ -8,3 +9,4 @@
* Do not apply weapon centering in strict mode.
* Fix pause for Fluidsynth v2.3.3.
* Fix the rightmost column when rendering weapons with interpolation enabled (thanks to @MrAlaux).
* Fix replacing the same string twice in Dehacked for music (PL2.wad MAP27 music track).