Update changelog for 0.9.2

This commit is contained in:
Alexandre Bury 2018-10-18 13:55:39 -07:00
parent 9b3b16f64d
commit 66872cea17

View File

@ -1,6 +1,20 @@
# Changelog # 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 ### New features