From: Yuval Kogman Date: Fri, 1 Aug 2008 02:11:03 +0000 (+0000) Subject: changelog X-Git-Tag: v0.900201~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a39787d77758d2a5fce79823d5aad9bf6e6f345e;p=dbsrgits%2FDBIx-Class-Journal.git changelog --- diff --git a/Changes b/Changes index 8129095..090464a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ + - 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