Bump version to 0.11.1

This commit is contained in:
Alexandre Bury 2019-03-16 16:26:22 -07:00
parent 19ad7b6cc3
commit 57f9b05d64
2 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,26 @@
# Changelog
# Next version (0.11.2)
_No change yet_
## 0.11.1
### API updates
- Added manual scrolling methods to `view::scroll::Core`:
- `keep_in_view`, `scroll_to`, `scroll_to_x`, `scroll_to_y`
Note: the `view::scroll` module is hidden behind an experimental
feature `unstable_scroll`.
### Improvements
- Improved printer performance (thanks to @chrisvest).
### Bugfixes
- Fixed `MenuPopup` borders near delimiters.
## 0.11.0
### Breaking changes

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "cursive"
readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
[badges.travis-ci]