mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Update changelog for 0.13.0
This commit is contained in:
parent
63302bf01b
commit
c6f40da9e1
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## Next version: 0.13.0
|
||||
## 0.13.0
|
||||
|
||||
### Breaking changes
|
||||
|
||||
@ -14,6 +14,17 @@
|
||||
- Add `ScrollView::{inner_size, is_as_{bottom, top, left, right} }`
|
||||
- Add getters for current value in `SliderView`
|
||||
- More fields made public in `cursive::logger`
|
||||
- Add a "puppet" backend for testing and instrumentation
|
||||
|
||||
### Improvements
|
||||
|
||||
- Performance improvements for the crossterm backend
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Fix a possible panic when a TextView is updated asynchronously while it's
|
||||
being layed out.
|
||||
- Fixed weird behaviour of `SizeConstraint::Full` with `ScrollView`.
|
||||
|
||||
## 0.12.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user