delete mention of broken HashRefInflator global
[dbsrgits/DBIx-Class.git] / 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