Work around SQLite's RT#79576
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 59ec224..543988d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,13 @@ Revision history for DBIx::Class
     * New Features / Changes
         - Officially deprecate the 'cols' and 'include_columns' resultset
           attributes
+        - Remove ::Storage::DBI::sth() deprecated in 0.08191
+
+    * Fixes
+        - Work around a *critical* bug with potential for data loss in
+          DBD::SQLite - RT#79576
+        - Audit and correct potential bugs associated with braindead reuse
+          of $1 on unsuccessful matches
 
 0.08209 2013-03-01 12:56 (UTC)
     * New Features / Changes