Add SQLite support for check constraints
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index cb55e3f..50dd5f3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Changes for SQL::Translator
 
+ * Add support for monotonically increasing SQLite autoincs (GH#47)
+ * Add support for CHECK constraint in SQLite producer (GH#57)
+ * Fix forgotten quoting in the MySQL DROP TABLE diff producer (GH#50)
+ * Improve add_trigger consistency between producers (GH#48)
+ * Declare dependencies in deterministic order (RT#102859)
+ * Multiple speedups of naive internal debugging mechanism (GH#54)
+ * Remove dependency on List::MoreUtils ( http://is.gd/lmu_cac_debacle )
+
+0.11021 2015-01-29
+
  * Fix Oracle producer generating an unnecessary / at the end in case there
    are no triggers
  * Skip HTML tests if CGI is not installed (RT#98027)