update changelog

This commit is contained in:
altalk23 2024-09-12 16:50:31 +03:00
parent db8a6c8903
commit e83bc283b5

View file

@ -17,6 +17,12 @@
* Fix issues with file dialogs on Windows (62b6241, 971e3fb)
* Fix PCH issues (aedd986)
* Mod incompatibilities may now be platform-specific (9f1c70a)
* Show appropriate popup for unavailable mods (6944f80, 30dc70c)
* Add support for description as a default value on file settings (75186f6)
* Remove early ub related to console (54ff48c)
* Temporary workaround for Wine crash due to console (dc170d7)
* Check also for incompatibilities with newly installed mods when downloading (9115091)
* Make cocos geometry classes constexpr (db8a6c8)
## v3.5.0
* Move CCLighting to cocos headers (#1036)