From d754ae1d9c1308f9001a19386e26de4d41a4ec6e Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Tue, 19 Dec 2023 10:45:41 +0000 Subject: [PATCH] Note more optimisations --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41286ffbc9..2420bb4b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ More detailed release notes can be found on the [releases page](https://github.c * Failure with fyne release -os android/arm (#4174) * Android GoBack with forcefully close the app even if the keyboard is up (#4257) * *BSD systems using the wrong (and slow) window resize -* Optimisations to reduce memory allocations in List, GridWrap and mime type handling +* Optimisations to reduce memory allocations in List, GridWrap, driver and mime type handling * Reduce calls to C and repeated size checks in painter and driver code