From e2c3bd429f1591615844c5a25777765d75786c90 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 15 Nov 2020 18:14:41 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877d10d4..809cc413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added ⭐ -* You can now check if a `TextEdit` lost keyboard focus with `response.lost_kb_focus`. -* Added `ui.text_edit_singleline` and `ui.text_edit_multiline`. +* `TextEdit` improvements: + * Much improved text editing, with better navigation and selection. + * Move focus between `TextEdit` widgets with tab and shift-tab. + * Undo edtis in a `TextEdit`. + * You can now check if a `TextEdit` lost keyboard focus with `response.lost_kb_focus`. + * Added `ui.text_edit_singleline` and `ui.text_edit_multiline`. ### Changed 🔧