Proxy the 'unsafe' attribute to the internal ::Versioned storage
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6be7110..85d3051 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,12 @@
 Revision history for DBIx::Class
 
     * Fixes
+        - Fix use of ::Schema::Versioned combined with a user-supplied
+          $dbh->{HandleError} (GH#101)
+        - Fix parsing of DSNs containing driver arguments (GH#99)
         - Work around unreliable $sth->finish() on INSERT ... RETURNING within
           DBD::Firebird on some compiler/driver combinations (RT#110979)
+        - Fix leaktest failures with upcoming version of Sub::Quote
 
 0.082821 2016-02-11 17:58 (UTC)
     * Fixes