Stop using Try::Tiny until the perl refcounting problem is identified
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 2348345..b7690d2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+    * Fixes
+        - Fix a Storage/$dbh leak introduced by th migration to
+          Try::Tiny (this is *not* a Try::Tiny bug)
+
     * Misc
         - Test suite default on-disk database now checks for Win32
           fail-conditions even when running on other OSes