Combined patches from RT#70734 and RT#44769
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index efc9868..9d08e58 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 * All parser grammars are now precompiled for speed
+* Fixes to SQLite foreign keys production (patch from Johan Viklund)
+  closes RT#16412, RT#44769
+* ON DELETE/UPDATE actions for SQLite (patch from Lukas Thiemeier)
+  closes RT#70734, RT#71283, RT#70378
 * Proper quoting support in SQLite
 * Support for triggers in PostgreSQL producer and parser
 * Correct Data Type in SQLT::Parser::DBI::PostgreSQL (patch from Andrew Pam)