diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c4ef5..3f897c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ * `Input` values that are invalid are now also stored in `History` * Resolve some issues with cursor positioning in `Input` when using `utf-8` characters * Correct page is shown when default selected option is not on the first page for `Select` +* Fix panic in `FuzzySelect` when using non-ASCII characters +* Add handling of `Delete` key for `FuzzySelect` ### Breaking