From 52fe208ed4f20c8eea51979e8cf2d1fe59cd1f80 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 14 Sep 2018 12:58:50 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d27700..675ed05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,27 @@ ## Next version: 0.9.1 -No change yet +### New features + +- Add `Cursive::on_event` to send simulated events. +- Add `EventResult::and` to combine callbacks. +- Allow custom color in `ProgressBar`. + +### Bugfixes + +- LinearLayout: + - Better geometry computation with constrained size + - Fixed cache invalidation + - Fix possible panic when removing children +- ScrollView: + - Fix possible panic with full-height scrollbar + - Fix possible panic with empty content + - Fix cache +- Fix menubar focus after action + +## Doc + +- Fix Readme and examples with `Cursive::default()` ## 0.9.0