From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 8 Apr 2010 11:16:19 +0000 (+0000)
Subject: Changes
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4e5e95dc81ae5167f4d323111aa67f8ba3017a8;p=dbsrgits%2FDBIx-Class-Historic.git

Changes
---

diff --git a/Changes b/Changes
index d8659c5..dcc9dbd 100644
--- a/Changes
+++ b/Changes
@@ -9,6 +9,8 @@ Revision history for DBIx::Class
         - Add support for mysql-specific STRAIGHT_JOIN (RT#55579)
         - Cascading delete/update are now wrapped in a transaction
           for atomicity
+        - Fix accidental autovivification of ENV vars
+        - Fix update_all and delete_all to be wrapped in a transaction
         - Fix multiple deficiencies when using MultiCreate with
           data-encoder components (e.g. ::EncodedColumn)
         - Fix regression where SQL files with comments were not
@@ -27,7 +29,6 @@ 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.
         - Fix spurious warnings on multiple UTF8Columns component loads