Changes from last release
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index b8bbc48..d9d2674 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,17 @@
+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