From 650cbcfb449375e30ca68cfe1c1771105131ca44 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 16 Mar 2023 12:51:11 +0000 Subject: [PATCH] rc2 is ready --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca5aeccfa..4eb6d6c456 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.3.2 - 18 March 2023 +## 2.3.2 - 20 March 2023 ### Fixed @@ -23,6 +23,9 @@ More detailed release notes can be found on the [releases page](https://github.c * Systray Menu Separators don't respect the submenu placement (#3642) * List row focus indicator disappears on scrolling (#3699) * List row focus not reset when row widget is reused to display a new item (#3700) +* Avoid panic if accidental 5th nil is passed to Border container +* Mobile simulator not compiling on Apple M1/2 +* Cropped letters in certain cases with the new v2.3.0 theme (#3500) ## 2.3.1 - 13 February 2023