Fix for mysql producer drop primary key, refs #62250
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 9d08e58..a9d37ea 100644 (file)
--- a/Changes
+++ b/Changes
 * 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
 * Replace Class::Accessor::Fast dependency with already-included Moo
 * 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)
 
 # ----------------------------------------------------------
 # 0.11010 2011-10-05