From 291f811922549029d44aa4a6b5de84b352ce7022 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Thu, 25 Jan 2024 20:02:10 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924a3e9c..04ed456e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Add timer example from 7gui [#284](https://github.com/lapce/floem/pull/284) - Add more grid properties [#285](https://github.com/lapce/floem/pull/285) - Add `value_container` for provide `on_update` to checkbox [#290](https://github.com/lapce/floem/pull/290) +- Refactor radio button to use value container [#292](https://github.com/lapce/floem/pull/292) ### Bug Fixes - Fix a panic when multiple views have context menus [#275](https://github.com/lapce/floem/pull/275)