fix repo (use github like DBIx::Class)
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index f581edd..845c27f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,24 @@
+    - 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
+
+0.900100 2010-05-11
+    - Tiny bit of doc, besides that it's all of the below.
+
+0.900001_06 2010-04-30
+    - Fixed silly bug where update and delete didn't return what they were supposed to
+
 0.900001_05 2010-04-29
     - Removed undocumented override of deploy()
     - Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)