update changelog and version

This commit is contained in:
altalk23 2024-04-22 15:38:19 +03:00
parent aaf62584fb
commit b1cc59f6ef
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Geode Changelog
## v2.0.0-beta.25
* Fix updater sometimes skipping releases (18dd0b7)
* Fix resources getting downloaded every time (5f571d9)
* Implement `Fields` for fields in Modify classes that are not prone to memory error (4505b0d)
* Fix memory leak on new field containers (db32732)
## v2.0.0-beta.24
* CMake error when compiling with Android SDK below 23 (ea34e12)
* Fix rendering of soft line breaks in MDTextArea (c7f8b5f)

View file

@ -1 +1 @@
2.0.0-beta.24
2.0.0-beta.25