CHANGELOG.md in tram-policy-2.0.1 vs CHANGELOG.md in tram-policy-2.1.0
- old
+ new
@@ -2,10 +2,15 @@
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.1.0] - [2021-11-30]
+
+### Fixed
+- Difference between last positional and keyword arguments in Ruby 3.0+ (mrexox)
+
## [2.0.1] - [2019-11-14]
### Fixed
- Allow translation :scope to be customized in the #merge operation (sclinede)
Before the fix, the customized value was always replaced by the default value.
@@ -216,5 +221,7 @@
[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
+[2.0.1]: https://github.com/tram-rb/tram-policy/compare/v2.0.0...v2.0.1
+[2.1.0]: https://github.com/tram-rb/tram-policy/compare/v2.0.1...v2.1.0