CHANGELOG.md in tty-pager-0.10.0 vs CHANGELOG.md in tty-pager-0.11.0
- old
+ new
@@ -1,7 +1,22 @@
# Change log
+## [v0.11.0] - 2018-01-11
+
+### Added
+* Add `pg` and `most` to executables lookup
+
+### Changed
+* Change verse to strings dependency
+* Change SystemPager to make all class methods public
+* Change SystemPager#available to #find_executable
+* Change SystemPager#available? to #exec_available
+* Change Pager#find_available to #select_pager and make class method
+
+### Fixed
+* Fix Pager throwing exception if git is not installed by Katelyn Schiesser(@slowbro)
+
## [v0.10.0] - 2017-10-29
### Changed
* Change tty-screen dependency version
* Change gemspec to require Ruby >= 2.0.0
@@ -67,9 +82,10 @@
## [v0.2.0] - 2015-06-27
### Changed
* Change SystemPager to correctly paginate inside a process.
+[v0.11.0]: https://github.com/peter-murach/tty-prompt/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/peter-murach/tty-prompt/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/peter-murach/tty-prompt/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/peter-murach/tty-prompt/compare/v0.7.1...v0.8.0
[v0.7.1]: https://github.com/peter-murach/tty-prompt/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/peter-murach/tty-prompt/compare/v0.6.0...v0.7.0