CHANGELOG.md in tty-command-0.8.0 vs CHANGELOG.md in tty-command-0.8.1
- old
+ new
@@ -1,7 +1,12 @@
# Change log
+## [v0.8.1] - 2018-05-20
+
+### Changed
+* Change ProcessRunner#write_stream to handle all writing logic
+
## [v0.8.0] - 2018-04-22
### Added
* Add :output_only_on_error option by Iulian Onofrei(@revolter)
* Add :verbose flag to toggle warnings
@@ -108,9 +113,10 @@
## [v0.1.0] - 2016-05-29
* Initial implementation and release
+[v0.8.1]: https://github.com/piotrmurach/tty-command/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/piotrmurach/tty-command/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/piotrmurach/tty-command/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/piotrmurach/tty-command/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/piotrmurach/tty-command/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/piotrmurach/tty-command/compare/v0.3.3...v0.4.0