File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Enhancements
6
6
7
- * Added ` dialouger ::Result` and ` dialouger ::Error`
7
+ * Added ` dialoguer ::Result` and ` dialoguer ::Error`
8
8
* Added a ` BasicHistory ` implementation for ` History `
9
9
* Added vim mode for ` FuzzySelect `
10
10
* All prompts implement ` Clone `
27
27
* Prompt builder functions now take ` mut self ` instead of ` &mut self `
28
28
* Prompt builder functions now return ` Self ` instead of ` &mut Self `
29
29
* Prompt interaction functions now take ` self ` instead of ` &self `
30
- * Prompt interaction functions and other operations now return ` dialouger ::Result` instead of ` std::io::Result `
30
+ * Prompt interaction functions and other operations now return ` dialoguer ::Result` instead of ` std::io::Result `
31
31
* Rename ` Validator ` to ` InputValidator `
32
32
* The trait method ` Theme::format_fuzzy_select_prompt() ` now takes a byte position instead of a cursor position in order to support UTF-8.
33
33
You can’t perform that action at this time.
0 commit comments