Fix updating multiple CLOB/BLOB columns on Oracle
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index a65fd89..890f685 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for DBIx::Class
 
     * Fixes
         - Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
+        - Fix updating multiple CLOB/BLOB columns on Oracle
 
     * Misc
         - Speed up skipping CDBICompat tests when dependencies are missing