CHANGELOG.md in tty-prompt-0.17.1 vs CHANGELOG.md in tty-prompt-0.17.2
- old
+ new
@@ -1,7 +1,12 @@
# Change log
+## [v0.17.2] - 2018-11-01
+
+### Fixed
+* Fix #yes? & #no? prompt suffix option to all non-standard characters by Rui(@rpbaltazar)
+
## [v0.17.1] - 2018-10-03
### Change
* Change #select, #multi_select to allow alphanumeric, punctuation and space characters in filters
@@ -10,11 +15,11 @@
## [v0.17.0] - 2018-08-05
### Changed
* Change to update tty-reader & tty-cursor dependencies
-* Change to directly requrie files in gemspec
+* Change to directly require files in gemspec
## [v0.16.1] - 2018-04-29
### Fixed
* Fix key events subscription to only listen for the current prompt events
@@ -25,11 +30,11 @@
* Add :disabled key to Choice
* Add ability to disable choices in #select, #multi_selct & #enum_select prompts
* Add #frozen_string_literal to all files
### Changed
-* Change Choice#from to allow parsing different data strucutures
+* Change Choice#from to allow parsing different data structures
* Change all classes to prevent strings mutations
* Change Timeout to cleanly terminate keypress input without raising errors
### Fixed
* Fix #select, #enum_select & #multi_select navigation to work correctly with items longer than terminal screen width
@@ -278,9 +283,10 @@
## [v0.1.0] - 2015-11-01
* Initial implementation and release
+[v0.17.2]: https://github.com/piotrmurach/tty-prompt/compare/v0.17.1...v0.17.2
[v0.17.1]: https://github.com/piotrmurach/tty-prompt/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.16.1...v0.17.0
[v0.16.1]: https://github.com/piotrmurach/tty-prompt/compare/v0.16.0...v0.16.1
[v0.16.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.15.0...v0.16.0
[v0.15.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.14.0...v0.15.0