From: Matt S Trout <mst@shadowcat.co.uk>
Date: Fri, 19 Sep 2008 12:39:47 +0000 (+0000)
Subject: delete mention of broken HashRefInflator global
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa1620994ee0dd9cf8cc1a88c3aaaa9643669d50;p=dbsrgits%2FDBIx-Class-Historic.git

delete mention of broken HashRefInflator global
---

diff --git a/Changes b/Changes
index de1bcc7..cecc10f 100644
--- 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