release v0.900201
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index 68134c6..a085034 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,16 @@
+0.900201 2014-09-30
+    - Fix for 5.18 and 5.20
+    - Don't copy column data from schema that does anything other
+      than define data type.  e.g. autoinc stuff
+
+0.900200 2010-07-24
+    - No longer use 'scalar gmtime' for set_date in ChangeSet;
+      that was brittle and doesn't work on many databases, now
+      we just use DBIx::Class::TimeStamp
+
+0.900102 2010-06-23
+    - Fix a bad test and a silly assumption in population code
+
 0.900101 2010-05-11
     - Reupload because of a missing version number