Introduce CHANGELOG.md so next time I have to make a release I don't look like an idiot

This commit is contained in:
SimoneN64
2024-09-05 21:03:45 +02:00
parent 876d4039e5
commit d1dfe16389

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
This file always reflects the *latest* changes up until a release. Then it gets wiped out and updated again.
## Changes
* Update SDL to version 3
* Screen no longer black when the game is paused
* Other minor fixes such as:
- Fix crashes when closing the emulator while a game is running
- Remove `nativefiledialog-extended` submodule as it is no longer needed
- Update `xbyak` subtree
- Small CMake refactoring