mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update changelog for 0.9.2
This commit is contained in:
parent
9b3b16f64d
commit
66872cea17
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## Next version: 0.9.1
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### New features
|
||||
|
||||
- Add an optional title to `Panel`
|
||||
- Add `immut1!`, `immut2!` and `immut3!` macros to wrap a `FnMut` in `Fn`
|
||||
- SelectView: autojump is now opt-in (jump to an element after a letter is pressed)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Fix possible crash with `ListView` and `SelectView` in very small spaces
|
||||
- Fix termion backend compilation on non-unix platforms
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### New features
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user