Skip to content

Commit

Permalink
Update changelog for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 18, 2018
1 parent 9b3b16f commit 66872ce
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 66872ce

Please sign in to comment.