CHANGELOG.md in dry-schema-1.0.2 vs CHANGELOG.md in dry-schema-1.0.3

- old
+ new

@@ -1,4 +1,14 @@ +# v1.0.3 2019-05-21 + +### Fixed + +* `Object#hash` is no longer used to calculate cache keys due to a potential risk of having hash collisions (solnic) +* Predicate arguments are used again for template cache keys (solnic) +* `I18n` messages backend no longer evaluates templates twice (solnic) + +[Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-schema/compare/v1.0.2...v1.0.3) + # v1.0.2 2019-05-12 ### Fixed * Caching message templates uses restricted set of known keys to calculate cache keys (issue #132) (solnic)