simplify previous change, no need to re-retrieve the row because $self is already...
[dbsrgits/DBIx-Class-Journal.git] / Changes
diff --git a/Changes b/Changes
index 01fad2f..7f41c70 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,30 @@
+0.900001_03 2010-02-18
+    - Journal schema is now in it's own virtual package instead of being in
+      DBIx::Class::Schema::Journal::DB so a user should be able to have
+      multiple journals without them mingling
+    - No longer depend on Test::TempDir so this should build on windows
+    - Use Class::C3::Componentised instead of DBIx::Class::Componentised
+    - Fixed syntax error in SYNOPSIS
+    - Lots of cleanup (deleting unused files, commented out code, etc)
+    - Switched to Module::Install instead of EU::MM
+
+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
     - support multi column primary keys
     - rename Change to ChangeLog to avoid conflict with mysql reserved word
     - fix schema composition when sharing connection