From b4dfaf4d9ffcddd70d91d3c5f15f450d78dcc607 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 2 Aug 2020 17:30:03 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b33e0..61b4758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,23 @@ ## Next version (cursive-core 0.1.2) +### API updates + +- Add `ProgressBar::set_{min,max,range,counter,label}` for non-chained API. +- Derive Clone, Copy, Debug, PartialEq, Hash for more types. + +### Improvements + +- `ListView` now supports children taller than 1 row. + ### Bugfixes - Fix scroll module when inner view size is close to available size. +- Fix text alignment for wrapped lines. + +### Doc + +- Improve documentation for themes. ## cursive-core 0.1.1