Update CHANGELOG

This commit is contained in:
Alexandre Bury 2020-01-14 09:58:47 -08:00
parent 3f90fa0a77
commit 209468c478
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.14.0 (Next version)
## 0.14.0
### Breaking changes
@ -50,7 +50,8 @@
### Bugfixes
- Fixed `ScrollView::show_scrollbars()`
- Fixed `ScrollView::show_scrollbars()`.
- Correctly update the offset for `ScrollView` after focus change.
- Fixed layout for `BoxView` with some size constraints.
- On Windows, do not print unix-specific character during initialization.
- Fix out-of-bounds access for some mouse events in `MenuPopup`

View File

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