Skip to content

Commit c1db6ff

Browse files
Update changelog
1 parent 134d4c9 commit c1db6ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* `Input` values that are invalid are now also stored in `History`
1717
* Resolve some issues with cursor positioning in `Input` when using `utf-8` characters
1818
* Correct page is shown when default selected option is not on the first page for `Select`
19+
* Fix panic in `FuzzySelect` when using non-ASCII characters
20+
* Add handling of `Delete` key for `FuzzySelect`
1921

2022
### Breaking
2123

@@ -26,6 +28,7 @@
2628
* Prompt interaction functions now take `self` instead of `&self`
2729
* Prompt interaction functions and other operations now return `dialouger::Result` instead of `std::io::Result`
2830
* Rename `Validator` to `InputValidator`
31+
* The trait method `Theme::format_fuzzy_select_prompt()` now takes a byte position instead of a cursor position in order to support UTF-8.
2932

3033
## 0.10.4
3134

0 commit comments

Comments
 (0)