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