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 1, 2020
1 parent 6f6bd84 commit 2f9bc7d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2019-11-29

### Changed

- #5: Preserve and restore previous signal handler. Refactored event dispatcher.

### Removed

- #5: Removed the method `addListener` from the `ProcessManager` class. Add
signal/normal listeners through the event dispatcher on the process manager.

### Fixed

- #7: Fixed missing null terminator handling on shared memory blocks.
- #8: Fixed parent's shutdown function being executed in child processes.

## [1.0.0] - 2019-11-29

### Added
Expand Down Expand Up @@ -38,5 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added serializable objects for exit and error messages.

[Unreleased]: https://github.com/TheLevti/spork/compare/0.3.0...HEAD
[2.0.0]: https://github.com/TheLevti/spork/releases/2.0.0
[1.0.0]: https://github.com/TheLevti/spork/releases/1.0.0
[0.3.0]: https://github.com/TheLevti/spork/releases/0.3.0

0 comments on commit 2f9bc7d

Please sign in to comment.