better deps and newer less buggy versions
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index 8129095..88fe57a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,17 @@
+0.900001_02
+    - The one time I forget to run disttest, the MANIFEST file mysteriously
+      disappears... *sigh*
+
+0.900001_01
+    - insert records a history row as well
+    - SQL::Translator is required to run the test suite
+    - Add EvalWrap subclass, that suppressed errors and warns instead, useful
+      for when having no errors is preferable over partial journal data
+    - various refactoring
+    - correct journalling of recreated data (data with a primary key that
+      previously existed)
+    - update to DBIx::Class's versioning scheme
+
 0.02_01 2008-07-30
     - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
     - $main_schema->deploy deploys the journalling tables too