Apply debian downstream spelling patch 481e21bf
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 062797e..6c9198c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,11 @@ Revision history for DBIx::Class
         - 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
+        - Really fix savepoint rollbacks on older DBD::SQLite (fix in 0.082800
+          was not sufficient to cover up RT#67843)
+
+    * Misc
+        - Typo fixes from downstream debian packagers (RT#112007)
 
 0.082821 2016-02-11 17:58 (UTC)
     * Fixes