CHANGELOG.md in tty-pager-0.7.1 vs CHANGELOG.md in tty-pager-0.8.0
- old
+ new
@@ -1,6 +1,19 @@
# Change log
+## [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
+
+### Changed
+* Change SystemPager to prevent initialization if pager isn't supported
+
+### Fixed
+* Fix BasicPager to take terminal width into account when displaying page break messages
+* Fix SystemPager on Windows by detecting fork implementation
+
## [v0.7.1] - 2017-04-09
### Fixed
* Fix SystemPager raises error when executable is blank string by Jacob Evelyn (@JacobEvelyn)