CHANGELOG.md in tty-command-0.8.1 vs CHANGELOG.md in tty-command-0.8.2

- old
+ new

@@ -1,7 +1,15 @@ # Change log +## [v0.8.2] - 2018-08-07 + +### Changed +* Change gemspec to load only required files + +### Fixed +* Fix issue with Ruby greater than 2.5.0 displaying thread error traceback by default + ## [v0.8.1] - 2018-05-20 ### Changed * Change ProcessRunner#write_stream to handle all writing logic @@ -113,9 +121,10 @@ ## [v0.1.0] - 2016-05-29 * Initial implementation and release +[v0.8.2]: https://github.com/piotrmurach/tty-command/compare/v0.8.1...v0.8.2 [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