Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLevti committed Feb 2, 2020
1 parent c2352de commit 4fa674a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2020-02-02

### Changed

- #10: Improved shared memory cleanup code.

## [2.0.1] - 2020-02-02

# Fixed
### Fixed

- #10: Properly detach from and cleanup shared memory.

Expand Down Expand Up @@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added progress callbacks to Deferred.
- Added serializable objects for exit and error messages.

[Unreleased]: https://github.com/TheLevti/spork/compare/2.0.1...HEAD
[Unreleased]: https://github.com/TheLevti/spork/compare/2.0.2...HEAD
[2.0.2]: https://github.com/TheLevti/spork/releases/2.0.2
[2.0.1]: https://github.com/TheLevti/spork/releases/2.0.1
[2.0.0]: https://github.com/TheLevti/spork/releases/2.0.0
[1.0.0]: https://github.com/TheLevti/spork/releases/1.0.0
Expand Down

0 comments on commit 4fa674a

Please sign in to comment.