From 58480d14f961312455471edb92a41afcafc74295 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 3 Jul 2020 20:31:43 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed4d93..056f173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - Add `Callback::from_fn_once` and `once1!` macro to wrap a `FnOnce` in a `FnMut`. - Add `FixedLayoutView` with manual placement of child views. - Add `OnLayoutView` to override `View::Layout` +- Add `Cursive::{dump, restore}` to save and load the global state. +- Add `NamedView::{name, set_name}` to retrieve or replace the given name. +- Add `LinearLayout::find_child_with_name`. +- Add `ScrollView::on_scroll` callback. +- Add `once1!` macro to turn a `FnOnce` into `FnMut`. +- Implement `Default` for some wrapper views where the child is `Default`. ### Bugfixes