update changelog

This commit is contained in:
matcool 2024-02-12 16:37:46 -03:00
parent eef949c5f1
commit 8272b45da8
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Geode Changelog
## v2.0.0-beta.19
* Fix Windows forward compatibility mode (eef949c5, 824efbf3, 456075a2)
* This was caused by Clang not setting `/DELAYLOAD` properly, but also a mutex introduced in beta.7 causing Geode not to load at all
## v2.0.0-beta.18
* Use sccache for caching instead of PCH to improve compile times (#493)
* Add translations for Japanese in installer (#504)

View file

@ -1 +1 @@
2.0.0-beta.18
2.0.0-beta.19

View file

@ -48,6 +48,7 @@ int WINAPI gdMainHook(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
LoaderImpl::get()->getGameVersion()
)
);
// TODO: should geode FreeLibrary itself here?
} else {
int exitCode = geodeEntry(hInstance);
if (exitCode != 0)