CHANGELOG.md in tty-prompt-0.3.0 vs CHANGELOG.md in tty-prompt-0.4.0

- old
+ new

@@ -1,7 +1,21 @@ # Change log +## [v0.4.0] - 2016-02-08 + +### Added +* Add :enum option for #select & #multi_select to allow for numerical selection by @rtoshiro +* Add new key event types to KeyEvent +* Add #slider for picking values from range of numbers +* Add #enum_select for selecting option from enumerated list +* Add ability to configure error messages for #ask call +* Add new ConversionError type + +### Changed +* Move #blank? to Utils +* Update pastel dependency + ## [v0.3.0] - 2015-12-28 ### Added * Add prefix option to prompt to customize #ask, #select, #multi_select * Add default printing to #ask @@ -42,8 +56,9 @@ ## [v0.1.0] - 2015-11-01 * Initial implementation and release +[v0.4.0]: https://github.com/peter-murach/tty-prompt/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/peter-murach/tty-prompt/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/peter-murach/tty-prompt/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/peter-murach/tty-prompt/compare/v0.1.0