From 5f78f6bb37e36fb1aad9dce517380c2e44559eb6 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 25 Nov 2022 11:03:19 +0800 Subject: [PATCH] fix a bug in Issure #106 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c2886a93..afe037a3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -40,6 +40,7 @@ In this version, we made some enhancements * BUGFIXING: - Fix a bug reported in https://github.com/VincentWei/minigui/issues/94 - Fix a bug reported in https://github.com/VincentWei/minigui/issues/96 + - Fix a bug reported in https://github.com/VincentWei/minigui/issues/106 * OPTIMIZATIONS: - optimize the refresh of scrolled. * TUNING: