From 66872cea17111ab263339b0f961ab12fcfe038da Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 18 Oct 2018 13:55:39 -0700 Subject: [PATCH] Update changelog for 0.9.2 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675ed05..78d957e 100644 --- a/CHANGELOG.md +++ b/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