Install DBI as well in Travis
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index f8715bf..6cd0f5c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Changes for SQL::Translator
 
+ * Add Json and hstore types to Pg Parser (cloudinstustrie)
+ * Fix DROP TABLE in SQL Server Producer
+ * Fix Pg DBI parser test (Dagfinn Ilmari Mannsåker)
+ * Remove spurious warning (Matt Phillips)
+
+0.11018 2013-10-31 🎃
+
+ * Revert "Fix AUTOINCREMENT in SQLite"
+
+0.11017 2013-10-30
+
  * Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
  * Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
  * De-linkify XML namespace in docs (RT#81838)