CHANGELOG.md in tram-policy-0.1.0 vs CHANGELOG.md in tram-policy-0.1.1

- old
+ new

@@ -2,10 +2,18 @@ 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.1.1] - [2017-08-04] + +### Added +- Support for options in errors.merge (@nepalez) + + # adds `field: "user"` to every merged error + errors.merge other_policy.errors, field: "user" + ## [0.1.0] - [2017-05-31] Contains backward-incompatible change. ### Migration You should add the namespace to gem-related I18n translations. @@ -50,6 +58,8 @@ This is a first public release (@nepalez, @charlie-wasp, @JewelSam, @sergey-chechaev) [Unreleased]: https://github.com/tram-rb/tram-policy [0.0.1]: https://github.com/tram-rb/tram-policy/releases/tag/v0.0.1 [0.0.2]: https://github.com/tram-rb/tram-policy/compare/v0.0.1...v0.0.2 -[0.0.3]: https://github.com/tram-rb/tram-policy/compare/v0.0.2...v0.0.3 +[0.0.3]: https://github.com/tram-rb/tram-policy/compare/v0.0.2...v0.0.3 +[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 \ No newline at end of file