Changelog.md in virtus-1.0.0 vs Changelog.md in virtus-1.0.1
- old
+ new
@@ -1,7 +1,14 @@
-# v1.0.0 [to-be-released]
+# v1.0.0 2013-12-10
+* [feature] re-introduce `ValueObject#with`, which was removed in the past (senny)
+* [fixed] strict mode for Boolean type (solnic)
+
+[Compare v1.0.0..master](https://github.com/solnic/virtus/compare/v1.0.0...master)
+
+# v1.0.0 2013-10-16
+
This release no longer works with Ruby 1.8.7.
* [BREAKING CHANGE] Integrated with axiom-types, most of the attribute sub-classes are gone (solnic)
* [feature] Configurable coercion via coercible integration (solnic)
* [feature] Strict mode for coercions via `:strict` option (solnic)
@@ -22,10 +29,10 @@
* [deprecated] `Virtus#attributes` in favor of `Virtus#attribute_set` (solnic)
* [fixed] const missing hook now works correctly in modules too (cored)
* [fixed] value object with Hash type works correctly (solnic)
* [fixed] issues with value-object subclasses and `#==` method (solnic)
-[Compare v0.5.4..master](https://github.com/solnic/virtus/compare/v0.5.4...master)
+[Compare v0.5.4..v1.0.0](https://github.com/solnic/virtus/compare/v0.5.4...v1.0.0)
# v0.5.4 2012-12-20
* [feature] Allow *any* enumerable to be a collection attribute (aptinio)
* [feature] Add Integer.to_datetime and Float.to_datetime coercion (brutuscat)