CHANGELOG.md in tty-prompt-0.13.2 vs CHANGELOG.md in tty-prompt-0.14.0
- old
+ new
@@ -1,6 +1,24 @@
# Change log
+## [v0.14.0] - 2018-01-01
+
+### Added
+* Add :cycle option to #select, #multi_select & #enum_select prompts to allow toggling between infinite and bounded list by Jonas Müller(@muellerj)
+
+### Changed
+* Change #multi_selct, #select & #enum_select to stop cycling options by default by Jona Müller(@muellerj)
+* Change gemspec to require ruby >= 2.0.0
+* Change #slider prompt to display slider next to query and help underneath
+* Change to use tty-reader v0.2.0 with new line editing features for processing long inputs
+
+### Fixed
+* Fix Paginator & EnumPaginator to allow only positive integer values by Andy Brody(@ab)
+* Fix EnumSelect to report on default option out of range and raise correctly
+* Fix #ask :file & :path converters to correctly locate the files
+* Fix #ask, #multiline to correctly handle long strings that wrap around screen
+* Fix #slider prompt to correctly scale sliding
+
## [v0.13.2] - 2017-08-30
### Changed
* Change to extract TTY::Prompt::Reader to its own dependency