Update Changelog

This commit is contained in:
Alexandre Bury 2020-07-03 20:31:43 -07:00
parent 7ca0b145bd
commit 58480d14f9

View File

@ -8,6 +8,12 @@
- Add `Callback::from_fn_once` and `once1!` macro to wrap a `FnOnce` in a `FnMut`. - Add `Callback::from_fn_once` and `once1!` macro to wrap a `FnOnce` in a `FnMut`.
- Add `FixedLayoutView` with manual placement of child views. - Add `FixedLayoutView` with manual placement of child views.
- Add `OnLayoutView` to override `View::Layout` - 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 ### Bugfixes