mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Bump version to 0.11.1
This commit is contained in:
parent
19ad7b6cc3
commit
57f9b05d64
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
|||||||
# Changelog
|
# 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
|
## 0.11.0
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
name = "cursive"
|
name = "cursive"
|
||||||
readme = "Readme.md"
|
readme = "Readme.md"
|
||||||
repository = "https://github.com/gyscos/Cursive"
|
repository = "https://github.com/gyscos/Cursive"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges.travis-ci]
|
[badges.travis-ci]
|
||||||
|
Loading…
Reference in New Issue
Block a user