From 856265455305112f2ac438ebffa0f51c29ef1e69 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 3 Mar 2019 17:45:48 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fee41..6e74c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Next version (0.11.0) -### New features +### API updates - Breaking change: `Finder::find_id()` is renamed to `call_on_id()`, and a proper `find_id()` was added instead. @@ -16,10 +16,18 @@ - Add `HideableView::is_visible()` - Add `type CbSink = Sender>` as an alias for the return type of `Cursive::cb_sink()` +- Add `LinearLayout::{insert_child, swap_children, set_weight}` for more + in-place modifications. ### Improvements - Updated termion backend to use direct /dev/tty access for improved performance. +- Enabled raw mode for ncurses and pancurses. Among other improvements, this + lets applications receive Ctrl+S and Ctrl+Q events. + +### Bugfixes + +- Fixed overflow check for titles in `Dialog` and `Panel` ## 0.10.0