Revert 2c2bc4e5 - it is entirely superseded by cb551b07, 2baba3d9 and 83eef562
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d75824c..b06a571 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,13 @@
 Revision history for DBIx::Class
 
     * Fixes
-        - Fix $rs->create() with no values on Oracle
+        - Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
+        - Fix updating multiple CLOB/BLOB columns on Oracle
 
-0.082800 2014-09-25 14:45 (UTC)
+    * Misc
+        - Speed up skipping CDBICompat tests when dependencies are missing
+
+0.082801 2014-10-05 23:55 (UTC)
     * Known Issues
         - Passing large amounts of objects with stringification overload
           directly to DBIx::Class may result in strange action at a distance