Changelog: Mention #386

that was an important fix
This commit is contained in:
Daniel Gibson 2022-01-20 14:29:54 +01:00 committed by GitHub
parent d34832e4fc
commit 815099f833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ Note: Numbers starting with a "#" like #330 refer to the bugreport with that num
* (Optionally) use libbacktrace on non-Windows platforms for more useful
backtraces in case of crashes (usually linked statically)
* Fixed a deadlock (freeze) on Windows when printing messages from another thread
* Fixed endless loop (game locking up at startup) if graphics settings couldn't be applied (#386)
* Fixed some warnings and uninitialized variables (thanks *turol*!)
* Work around dmap bug caused by GCC using FMA "optimizations" (#147)
* Prevent dhewm3 from being run as root on Unix-like systems to improve security