Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d75824c..7d23dd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for DBIx::Class
 
     * Fixes
         - Fix $rs->create() with no values on Oracle
+        - Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
+
+    * Misc
+        - Speed up skipping CDBICompat tests when dependencies are missing
+        - Avoid loading DBICTest::Schema unnecessarily in tests that
+          are being skipped
 
 0.082800 2014-09-25 14:45 (UTC)
     * Known Issues