diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd98b2ec6..0dc29a8ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file lists the main changes with each version of the Fyne toolkit. More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases). -## 2.5.3 - 8 December 2024 +## 2.5.3 - 12 December 2024 ### Changed @@ -25,6 +25,9 @@ More detailed release notes can be found on the [releases page](https://github.c * Performance regression when scrolling inside the file dialog (#4307) * Empty but visible images consume high CPU on 2.4.x (#4345) * Improved performance of text render caching +* nil pointer dereference in dialog.Resize() for color picker (#5236) +* Tiny files written in iOS may be empty +* Some SVG resources don't update appearance correctly with the theme (#3900) ## 2.5.2 - 15 October 2024 @@ -225,7 +228,6 @@ More detailed release notes can be found on the [releases page](https://github.c * Avoid memory leak in Android driver code * Entry Field on Android in Landscape Mode Shows "0" (#4036) * DocTabs Indicator remains visible after last tab is removed (#4220) -* Some SVG resources don't update appearance correctly with the theme (#3900) * Fix mobile simulation builds on OpenBSD * Fix alignment of menu button on mobile * Fix Compilation with Android NDK r26