factor journal schema proto construction out so compose_namespace only runs once
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index 6bada66..090464a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
+    - 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
+    - support multi column primary keys
+    - rename Change to ChangeLog to avoid conflict with mysql reserved word
+    - fix schema composition when sharing connection
+    - support for nested transactions (produce one changeset, but support stubs
+      for nested changesets in place)
+    - removed dummy table
+    - various other cleanups
+    - calling current_changeset outside of txn_do is fatal
+    - fix 'now()' default value, timestamp happens in perl space instead
+    - also call txn_do on the journal schema if the storage object differs
+    - don't call txn_begin twice
 
 0.01 2007-08-11:
 Initial version