Skip to content

Commit 57f9b05

Browse files
committed
Bump version to 0.11.1
1 parent 19ad7b6 commit 57f9b05

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
# Next version (0.11.2)
4+
5+
_No change yet_
6+
7+
## 0.11.1
8+
9+
### API updates
10+
11+
- Added manual scrolling methods to `view::scroll::Core`:
12+
- `keep_in_view`, `scroll_to`, `scroll_to_x`, `scroll_to_y`
13+
Note: the `view::scroll` module is hidden behind an experimental
14+
feature `unstable_scroll`.
15+
16+
### Improvements
17+
18+
- Improved printer performance (thanks to @chrisvest).
19+
20+
### Bugfixes
21+
22+
- Fixed `MenuPopup` borders near delimiters.
23+
324
## 0.11.0
425

526
### Breaking changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "cursive"
1010
readme = "Readme.md"
1111
repository = "https://github.com/gyscos/Cursive"
12-
version = "0.11.0"
12+
version = "0.11.1"
1313
edition = "2018"
1414

1515
[badges.travis-ci]

0 commit comments

Comments
 (0)