From: Arthur Axel "fREW" Schmidt Date: Thu, 18 Mar 2010 19:53:28 +0000 (+0000) Subject: Ch Ch Ch Ch Changes! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de7d97f63053ff2ad1c5f14873f954a46f1d7d22;p=dbsrgits%2FDBIx-Class-Historic.git Ch Ch Ch Ch Changes! --- diff --git a/Changes b/Changes index b0c7281..2bf9cdf 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,7 @@ Revision history for DBIx::Class attribute - Fix ambiguity in default directory handling of create_ddl_dir (RT#54063) + - Fix update_all and delete_all to be wrapped in a transaction - Support add_columns('+colname' => { ... }) to augment column definitions. - Unicode support documentation in Cookbook and UTF8Columns