mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update changelog
This commit is contained in:
parent
eca68256ae
commit
bb98be1132
@ -4,13 +4,15 @@
|
|||||||
|
|
||||||
### API updates
|
### API updates
|
||||||
|
|
||||||
- Add `Dialog::into_content`
|
- Add `Dialog::into_content`.
|
||||||
|
- Add `Callback::from_fn_once` and `once1!` macro to wrap a `FnOnce` in a `FnMut`.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- More hygienic `wrap_impl!` macro using fully-qualified paths.
|
- More hygienic `wrap_impl!` macro using fully-qualified paths.
|
||||||
- Fixed `LinearLayout` giving children incorrect sizes.
|
- Fixed `LinearLayout` giving children incorrect sizes.
|
||||||
- More accurate "important area" for `ShadowView` and `PaddedView`.
|
- More accurate "important area" for `ShadowView` and `PaddedView`.
|
||||||
|
- Fix potential panic when calling `TextArea::set_cursor` before its first layout phase.
|
||||||
|
|
||||||
## 0.15.0
|
## 0.15.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user