CHANGELOG.md in event_sourcery-0.19.0 vs CHANGELOG.md in event_sourcery-0.20.0
- old
+ new
@@ -3,12 +3,17 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [0.19.0] - 2018-06-06
+## [0.20.0] - 2018-06-21
+### Changed
+- Changed signature of `ESPProcess#initialize` to include a default value for `after_fork`. This prevents the
+`after_fork` change from 0.19.0 from being a breaking change to external creators of ESPProcess.
+- Added more logging when a fatal exception occurs in ESPProcess
+## [0.19.0] - 2018-06-06
### Added
- Allow passing an `after_fork` lambda to `ESPRunner` that is called after each
`ESPProcess` is forked
@@ -134,13 +139,15 @@
### Removed
- EventSourcery no longer depends on Virtus.
- `Command` and `CommandHandler` have been removed.
-[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.19.0...HEAD
+[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.20.0...HEAD
+[0.20.0]: https://github.com/envato/event_sourcery/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/envato/event_sourcery/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/envato/event_sourcery/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/envato/event_sourcery/compare/v0.16.0...v0.17.0
+[0.16.1]: https://github.com/envato/event_sourcery/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/envato/event_sourcery/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/envato/event_sourcery/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/envato/event_sourcery/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/envato/event_sourcery/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/envato/event_sourcery/compare/v0.11.2...v0.12.0