Update changelog for 0.13.0

This commit is contained in:
Alexandre Bury 2019-08-16 10:35:43 -07:00
parent 63302bf01b
commit c6f40da9e1
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Next version: 0.13.0 ## 0.13.0
### Breaking changes ### Breaking changes
@ -14,6 +14,17 @@
- Add `ScrollView::{inner_size, is_as_{bottom, top, left, right} }` - Add `ScrollView::{inner_size, is_as_{bottom, top, left, right} }`
- Add getters for current value in `SliderView` - Add getters for current value in `SliderView`
- More fields made public in `cursive::logger` - 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 ## 0.12.0

View File

@ -17,7 +17,7 @@ It is designed to be safe and easy to use:
```toml ```toml
[dependencies] [dependencies]
cursive = "0.12" cursive = "0.13"
``` ```
Or to use the latest git version: Or to use the latest git version: