Changelog.md in virtus-0.4.2 vs Changelog.md in virtus-0.5.0

- old
+ new

@@ -1,5 +1,15 @@ -# v0.4.1 2012-05-08 +# v0.5.0 2012-06-08 + +* [feature] Support for extending objects (solnic) +* [feature] Support for defining attributes in modules (solnic) +* [feature] Support for Struct as an EmbeddedValue or ValueObject attribute (solnic) +* [changed] Allow any input for EmbeddedValue and ValueObject constructors (solnic) +* [changed] ValueObject instances cannot be duped or cloned (senny) + +[Compare v0.4.2..master](https://github.com/solnic/virtus/compare/v0.4.2...master) + +# v0.4.2 2012-05-08 * [updated] Bump backports dep to ~> 2.5.3 (solnic) [Compare v0.4.1..v0.4.2](https://github.com/solnic/virtus/compare/v0.4.1...v0.4.2)