CHANGELOG.md in tty-pager-0.8.0 vs CHANGELOG.md in tty-pager-0.9.0

- old
+ new

@@ -1,7 +1,17 @@ # Change log +## [v0.9.0] - 2017-08-18 + +### Changed +* Change SystemPager to stop using fork, instead execute pager in subprocess + and make it portable across platforms including Windows +* Change SystemPager to work on jruby +* Change NullPager to only print to stdout on tty device +* Change Pager to select SystemPager when paging command exists +* Remove jruby? checks from pager selection + ## [v0.8.0] - 2017-07-14 ### Added * Add :command option to SystemPager to enforce choice of pagination tool * Add Error type for specific error notifications @@ -50,9 +60,12 @@ ## [v0.2.0] - 2015-06-27 ### Changed * Change SystemPager to correctly paginate inside a process. +[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 [v0.6.0]: https://github.com/peter-murach/tty-prompt/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/peter-murach/tty-prompt/compare/v0.4.0...v0.5.0 [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