Add forgotten contributors from various patches:
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index cb509a8..a9d37ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,6 +20,7 @@
 * Check in MySQL parser to avoid trying to parse a table defined twice in the same
   file as indices (and probably other things) get messed up
 * Workaround for some MySQL quirks on primary key definitions
+* Fix dropping primary keys in MySQL diffs (RT#62250, patch from Nick Bertrand)
 * MySQL producer does not attempt to write out non-existent unique constraint names
 * MySQL parser correctly differentiates between signed and unsigned integer column
   display sizes
@@ -27,6 +28,7 @@
 * Entire codebase is now free of tabs and trailing whitespace
 * Spellfixes (RT#68912)
 * Fix Diagram Producer POD (RT#71397, RT#71398)
+* Fix Diagram Producer to use correct binmode on output (RT#71399)
 * Fix ignored option to script/sqlt-diagram (RT#5992)
 
 # ----------------------------------------------------------