CHANGELOG.md in tram-policy-0.3.0 vs CHANGELOG.md in tram-policy-0.3.1
- 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/).
+## [0.3.1] - [2018-01-05]
+
+### Fixed
+- Convertion of block into lambda in `validate` (nepalez)
+
## [0.3.0] - [2018-01-05]
### Added
- Allow returning from block in `validate` by using lambdas (nepalez)
@@ -135,5 +140,6 @@
[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
[0.2.4]: https://github.com/tram-rb/tram-policy/compare/v0.2.3...v0.2.4
[0.2.5]: https://github.com/tram-rb/tram-policy/compare/v0.2.4...v0.2.5
[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