CHANGELOG.md in tram-policy-1.0.1 vs CHANGELOG.md in tram-policy-2.0.0
- old
+ new
@@ -2,10 +2,19 @@
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/).
+## [2.0.0] - [2019-07-04]
+
+### Changed
+
+- [BREAKING] separate `Tram::Policy::Errors` from a policy (nepalez, sclinede)
+
+ Instead of the policy, the collection refers to the explicit scope used for error messages' translation.
+ This change breaks the signature of `Tram::Policy::Error` and `Tram::Policy::Errors`.
+
## [1.0.1] - [2019-05-06]
### Added
- Support of `dry-initializer` v3.0+ (nepalez)
@@ -200,5 +209,6 @@
[0.3.0]: https://github.com/tram-rb/tram-policy/compare/v0.2.5...v0.3.0
[0.3.1]: https://github.com/tram-rb/tram-policy/compare/v0.3.0...v0.3.1
[0.4.0]: https://github.com/tram-rb/tram-policy/compare/v0.3.1...v0.4.0
[1.0.0]: https://github.com/tram-rb/tram-policy/compare/v0.4.0...v1.0.0
[1.0.1]: https://github.com/tram-rb/tram-policy/compare/v1.0.0...v1.0.1
+[2.0.0]: https://github.com/tram-rb/tram-policy/compare/v1.0.1...v2.0.0