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 44
55### Enhancements
66
7- * Added ` dialouger ::Result` and ` dialouger ::Error`
7+ * Added ` dialoguer ::Result` and ` dialoguer ::Error`
88* Added a ` BasicHistory ` implementation for ` History `
99* Added vim mode for ` FuzzySelect `
1010* All prompts implement ` Clone `
2727* Prompt builder functions now take ` mut self ` instead of ` &mut self `
2828* Prompt builder functions now return ` Self ` instead of ` &mut Self `
2929* 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 `
3131* Rename ` Validator ` to ` InputValidator `
3232* The trait method ` Theme::format_fuzzy_select_prompt() ` now takes a byte position instead of a cursor position in order to support UTF-8.
3333
You can’t perform that action at this time.
0 commit comments