CHANGELOG.md in tty-command-0.3.3 vs CHANGELOG.md in tty-command-0.4.0
- old
+ new
@@ -1,7 +1,12 @@
# Change log
+## [v0.4.0] - 2017-02-22
+
+### Changed
+* Remove automatic insertion of semicolons on line breaks and fix issue #27
+
## [v0.3.3] - 2017-02-10
### Changed
* Update deprecated Fixnum class to Integer for Ruby 2.4 compatability by Edmund Larden(@admund)
* Remove self extension from Execute
@@ -37,9 +42,10 @@
## [v0.1.0] - 2016-05-29
* Initial implementation and release
+[v0.4.0]: https://github.com/piotrmurach/tty-command/compare/v0.3.3...v0.4.0
[v0.3.3]: https://github.com/piotrmurach/tty-command/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/piotrmurach/tty-command/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/piotrmurach/tty-command/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/piotrmurach/tty-command/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/piotrmurach/tty-command/compare/v0.1.0...v0.2.0