mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Update Changelog
This commit is contained in:
parent
7ca0b145bd
commit
58480d14f9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user