delete mention of broken HashRefInflator global
Matt S Trout [Fri, 19 Sep 2008 12:39:47 +0000 (12:39 +0000)]
Changes

diff --git a/Changes b/Changes
index de1bcc7..cecc10f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,8 +7,6 @@ Revision history for DBIx::Class
           path across multiple versions (jgoulah)
         - Better (and marginally faster) implementation of the HashRefInflator
           hash construction algorithm
-        - Added an option for HashRefInflator to inflate any inflatable
-          values in the resulting hashref
         - Allow explicit specification of ON DELETE/ON UPDATE constraints
           when using the SQLT parser