From 7e20c6aa07542a8204db7e12eb44fcbd71cfe629 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 4 Oct 2019 12:28:14 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8024ece..6a378fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,22 @@ - `cursive::event::AnyCb` changed from `Box<...>` to `&mut ...`, so users of `View::call_on_any` no longer need to box their closures. -- Remove `BoxView::squishable` +- Remove `BoxView::squishable`. + +### API updates + +- `SelectView::{item, with_all}` now accept `S: Into` for colored labels. + +### Improvements + +- Changed the default color for `TitleSecondary` from yellow to light blue. +- Reduced dependencies (`toml` is now optional, removed `hashbrown`). ### Bugfixes +- Fixed `ScrollView::show_scrollbars()` - Fixed layout for `BoxView` with some size constraints. +- On Windows, do not print unix-specific character during initialization. ## 0.13.0