CHANGELOG.md in tty-pager-0.13.0 vs CHANGELOG.md in tty-pager-0.14.0
- old
+ new
@@ -1,7 +1,16 @@
# Change log
+## [v0.14.0] - 2020-10-15
+
+### Changed
+* Change to update strings dependency
+* Change to allow the pager to be specified via an absolute path (@WilliamMcCumstie)
+
+### Fixed
+* Fix name resolution with TTY::File
+
## [v0.13.0] - 2020-05-30
### Added
* Add support for streaming by Andrew Radev(@AndrewRadev)
* Add SystemPager integration tests by Andrew Radev(@AndrewRadev)
@@ -126,9 +135,10 @@
### [v0.1.0] - 2015-05-31
* Initial release
+[v0.14.0]: https://github.com/piotrmurach/tty-pager/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/piotrmurach/tty-pager/compare/v0.12.1...v0.13.0
[v0.12.1]: https://github.com/piotrmurach/tty-pager/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/piotrmurach/tty-pager/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/piotrmurach/tty-pager/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/piotrmurach/tty-pager/compare/v0.9.0...v0.10.0