release 0.900100
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index fa12cc7..d41a27e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+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)
+    - Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
+
 0.900001_04 2010-04-27
     - Lots of documentation tweaks (oliver)
     - Fix a bug caused by storing state of row BEFORE update instead of after (oliver)