CHANGES.md in dm-is-reflective-1.0.1 vs CHANGES.md in dm-is-reflective-1.1.0
- old
+ new
@@ -1,6 +1,12 @@
# CHANGES
+## dm-is-reflective 1.1.0, 2013-01-11
+
+* The need for dm-migrations is now removed.
+* Added a few more datatypes. Thanks @onewheelskyward
+* Tested against dm-core 1.2.0.
+
## dm-is-reflective 1.0.1, 2012-05-16
* allow_nil is more close to db's semantics, not required. Thanks miaout17.
`:allow_nil` allows empty value, but `:required` does not. So here we
always use `:allow_nil` to match db's semantics.