Work around SQLite's RT#79576
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 274345e..543988d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for DBIx::Class
         - 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