From cf0392db64b0bc2be945fc3ed25526c48fddb0a3 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 17 Jan 2018 10:31:20 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0ea26..a059ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,16 @@ ### New features - Style - - Add support for bold/italic/underlined text + - Added support for bold/italic/underlined text - Added `StyledString` for markup text +- Colors: + - Added ColorTyle and PaletteColor for more flexible colored text - Buttons: - Added `Dialog::buttons` to iterate on buttons - Added `Button::set_label` and `Button::label` - TextView: - - Add TextContent, a way to separate model and view for TextView - - Add manual scrolling methods + - Added TextContent, a way to separate model and view for TextView + - Added manual scrolling methods - Allow multiple global callbacks per event - Allow buttons and delimiters in top-level menubar - StackView: