Update changelog

This commit is contained in:
Alexandre Bury 2020-05-26 11:35:19 -07:00
parent a9ae211928
commit 060da3197c
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Next version (0.15.0) ## 0.15.0
### Breaking changes ### Breaking changes
@ -21,6 +21,9 @@
- Add `ScreensView` to move some code away from the `Cursive` root - Add `ScreensView` to move some code away from the `Cursive` root
- Reworked global callbacks configuration - Reworked global callbacks configuration
- Ctrl-C can be rewired to no longer exit the application - Ctrl-C can be rewired to no longer exit the application
- Add `SelectView::(try_)iter_mut()`
- `Dialog::{test, info}` now accept `StyledString` as input
- Add missing functions to Checkbox re: enabled state
### Bugfixes ### Bugfixes

View File

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