Update CHANGELOG.md

This commit is contained in:
alk 2023-04-10 16:07:39 +03:00 committed by GitHub
parent d0d0b79578
commit c8c6d80eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,13 @@
# Geode Changelog
## v1.0.0-beta.14
* Error on trying to use missing bindings at compile time
* Fix every resources getting reloaded every time a mod is loaded
* Fix every listener getting called on every event post
* Fix `CCTextInputNode` content size to be off
* Return `ListenerResult` from events
* Log severity with colors on MacOS
## v1.0.0-beta.13
* Add `SpacerNode` for layouts
* Add the `Dispatch` system for using events without linking to optional dependencies