CHANGELOG.md in tty-prompt-0.22.0 vs CHANGELOG.md in tty-prompt-0.23.0

- old
+ new

@@ -1,7 +1,18 @@ # Change log +## [v0.23.0] - 2020-12-14 + +### Added +* Add the ability to provide an arbitrary array of values to Prompt::Slider by Katelyn Schiesser (@slowbro) + +### Changed +* Change to allow default option to be choice name as well as index in select, multi_select and enum_select prompts + +### Fixed +* Fix left and right key navigation while filtering choices in the #select and #multi_select prompts + ## [v0.22.0] - 2020-07-20 ### Added * Add #slider format customization with a proc by Sven Pchnit(@2called-chaos) * Add convert message customization @@ -41,11 +52,11 @@ ### Changed * Change gemspec to remove test artifacts ### Fixed -* Fix :help_color option for multi_selct prompt by @robbystk +* Fix :help_color option for multi_select prompt by @robbystk ## [v0.20.0] - 2019-11-24 ### Changed * Change to update tty-reader dependency @@ -381,9 +392,10 @@ ## [v0.1.0] - 2015-11-01 * Initial implementation and release +[v0.23.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.22.0...v0.23.0 [v0.22.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.21.0...v0.22.0 [v0.21.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.20.0...v0.21.0 [v0.20.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.19.0...v0.20.0 [v0.19.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.18.1...v0.19.0 [v0.18.1]: https://github.com/piotrmurach/tty-prompt/compare/v0.18.0...v0.18.1