diff --git a/CHANGELOG.md b/CHANGELOG.md index e559a5f8..abc48e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Geode Changelog +## v2.0.0-beta.27 + * Implement some `BasedButtonSprite` fixes (edb8e6c) + * Add early version check for MacOS (4083950) + * Move `Enums.hpp` to bindings (23e04a0) + * Add a query selector for query based child selection (c75ec63) + * Add `getDisplayFactor` utility for MacOS Retina (d725126) + * Add `Result::unwrapOrDefault` (1dc9ec4) + ## v2.0.0-beta.26 * Bring in several UI helpers from the `new-index-but-better` branch: `ListBorders`, `addSideArt`, `AxisLayout` improvements, ... (26729c3, 7ff257c) * Make it possible to compile mods in Debug mode (517ad45) diff --git a/VERSION b/VERSION index e555e41e..5fe37498 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.26 \ No newline at end of file +2.0.0-beta.27 \ No newline at end of file