Changelog.md in virtus-1.0.3 vs Changelog.md in virtus-1.0.4

- old
+ new

@@ -1,5 +1,11 @@ +# v1.0.4 2015-01-03 + +* [feature] Support for :required option when configuring a virtus module (solnic) + +[Compare v1.0.3..v1.0.4](https://github.com/solnic/virtus/compare/v1.0.3...v1.0.4) + # v1.0.3 2014-07-24 * [improvement] Expose attribute name in the exception when in strict mode (ntl) * [improvement] Set #to_h as an alias to #to_hash (fnando) * [fixed] Fix handling of nil in collection coercion (edgibbs) @@ -7,10 +13,10 @@ * [fixed] Fix handling of Range type (hampei) * [fixed] Fix strict mode for collection and hash types (solnic) [Compare v1.0.2..v1.0.3](https://github.com/solnic/virtus/compare/v1.0.2...v1.0.3) -# v1.0.2 2014-12-03 +# v1.0.2 2013-12-03 * [improvement] Don’t override already-defined default values when freezing (amarshall) * [improvement] Improved performance of `AttributeSet#each` (Antti) * updated axiom-types dependency to ~> 0.1 (solnic)