Fix Postgres test hang with DBD::Pg 3.5.0+ (work around RT#100648)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 88b863f..40f7c6b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,9 @@ Revision history for DBIx::Class
         - Fix incorrect collapsing-parser source being generated in the
           presence of unicode data among the collapse-points
         - Fix endless loop on BareSourcelessResultClass->throw_exception(...)
+        - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping()
+          implementation changes due to RT#100648 made an alarm() based
+          timeout lock-prone.
 
     * Misc
         - Make the Optional::Dependencies error messages cpanm-friendly