Changelog.md in virtus-0.5.1 vs Changelog.md in virtus-0.5.2
- old
+ new
@@ -1,4 +1,14 @@
+# v0.5.2 2012-09-01
+
+* [feature] Object is now the default attribute type (dkubb)
+* [fixed] Fix module inclusion problems (dkubb)
+* [fixed] Evaluate default values when freezing an object (mbj)
+* [fixed] String representation of a big integer is now properly coerced to an integer (greyblake)
+* [changed] AttributeSet is now a module responsible for defining attribute methods (emmanuel)
+
+[Compare v0.5.1..v0.5.2](https://github.com/solnic/virtus/compare/v0.5.1...v0.5.2)
+
# v0.5.1 2012-06-11
* [fixed] EV properly handle nil as the value (solnic)
[Compare v0.5.0..v0.5.1](https://github.com/solnic/virtus/compare/v0.5.0...v0.5.1)