From 3998b3f8021b16eddf9c769960847617907db350 Mon Sep 17 00:00:00 2001 From: Mikael Mello Date: Thu, 4 Jan 2024 03:20:21 -0800 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b04f8c7..0a5c0bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - Added 'without_filtering' to both Select and MultiSelect, useful when you want to simplify the UX if the filter does not add any value, such as when the list is already short. - Added 'with_answered_prompt_prefix' to RenderConfig to allow customization of answered prompt prefix. - Revamped keybindings for DateSelect. +- Improved rendering, with optimizations on incremental rendering and terminal resizing. ### Fixes