Skip to content

Commit

Permalink
Add relase notes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 21, 2017
1 parent d9c8283 commit eda8a35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change log

## [v0.7.0] - 2017-10-xx

### Changed
* Change Command to remove threads synchronization to leave it up to client to handle

### Fixed
* Fix ProcessRunner threads deadlocking on exclusive mutex

## [v0.6.0] - 2017-07-22

### Added
Expand Down Expand Up @@ -74,6 +82,9 @@

* Initial implementation and release

[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
[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
Expand Down

0 comments on commit eda8a35

Please sign in to comment.