CHANGELOG.md in tram-policy-0.2.2 vs CHANGELOG.md in tram-policy-0.2.3

- old
+ new

@@ -2,10 +2,16 @@ 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.2.3] - [2017-11-21] + +### Fixed +- RSpec matcher `:be_invalid_at` checks all the available locales (nepalez) +- Security vulnerability from old version of rubocop (update to 0.49) (nepalez) + ## [0.2.2] - [2017-09-12] ### Changed - Policy class methods `all`, `local`, and `scope` was made public (nepalez) @@ -106,5 +112,6 @@ [0.1.0]: https://github.com/tram-rb/tram-policy/compare/v0.0.3...v0.1.0 [0.1.1]: https://github.com/tram-rb/tram-policy/compare/v0.1.0...v0.1.1 [0.2.0]: https://github.com/tram-rb/tram-policy/compare/v0.1.1...v0.2.0 [0.2.1]: https://github.com/tram-rb/tram-policy/compare/v0.2.0...v0.2.1 [0.2.2]: https://github.com/tram-rb/tram-policy/compare/v0.2.1...v0.2.2 +[0.2.3]: https://github.com/tram-rb/tram-policy/compare/v0.2.2...v0.2.3