Remove duplicate entry in DBI drivers hash
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 49a2991..1bcc13a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,6 +16,8 @@ Changes for SQL::Translator
  * Fix parsing of MySQL column comments (RT#83380)
  * Fix multi-line comments in YAML, JSON and PostgreSQL producers
  * Fix identifier quoting in PostgreSQL diff producer
+ * Fix incorrect type conversion from various BigInt AutoIncrement to the
+   PostgreSQL-specific bigserial (GH#72)
  * Fix missing semicolons between PostGIS statements
  * Fix string and identifier quoting in PostGIS statements
  * Fix intermittent test failures (RT#108460)