CHANGELOG.md in tty-command-0.5.0 vs CHANGELOG.md in tty-command-0.6.0
- old
+ new
@@ -1,6 +1,19 @@
# Change log
+## [v0.6.0] - 2017-07-22
+
+### Added
+* Add runtime property to command result
+* Add ability to merge multiple redirects
+
+### Changed
+* Change to make all strings immutable
+* Change waiting for pid to recover when already dead
+
+### Fix
+* Fix redirection to instead of redirecting to parent process, redirect to child process. And hence allow for :out => :err redirection to work with output logging.
+
## [v0.5.0] - 2017-07-16
### Added
* Add :signal option for timeout
* Add :input option for handling stdin input