Remove obsolete startup check (introduced in 5e724964, superseded by a5a7bb73)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 4b13740..46356f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for DBIx::Class
 
     * Fixes
+        - Protect destructors from rare but possible double execution, and
+          loudly warn the user whenever the problem is encountered (GH#63)
+        - Fix updating multiple CLOB/BLOB columns on Oracle
         - 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.