CHANGELOG.md in event_sourcery-0.14.0 vs CHANGELOG.md in event_sourcery-0.15.0
- old
+ new
@@ -4,9 +4,20 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.15.0] - 2017-11-29
+### Added
+- Added in the first version of the yard documentation.
+
+### Changed
+- Improved EventProcessingError messages
+- Fixed typo in constant name `EventSourcery::EventProcessing::ErrorHandlers::ConstantRetry::DEFAULT_RETRY_INTERVAL`
+- Fixed typo in constant name `EventSourcery::EventProcessing::ErrorHandlers::ExponentialBackoffRetry::DEFAULT_RETRY_INTERVAL`
+- Fixed typo in constant name `EventSourcery::EventProcessing::ErrorHandlers::ExponentialBackoffRetry::MAX_RETRY_INTERVAL`
+- Errors of type `Exception` are now logged before being allowed to propagate.
+
## [0.14.0] - 2016-6-21
### Added
- Added `Event#to_h` method. This returns a hash of the event attributes.
- Added `Event#with` method. This provides a way to create a new event
identical to the old event except for the provided changes.