Make resulting SQL work on MySQL
[scpubgit/Q-Branch.git] / Changes
diff --git a/Changes b/Changes
index 01a5662..ffdfcf0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,8 @@ Revision history for SQL::Abstract
     - Add EXECUTING for clarity of long running SQL
     - Add "squash_repeats" option to fix it such that repeated SQL gets ellided
       except for placeholders
+    - Fix missing doc (RT#62587)
+    - Format functions in MySQL-friendly manner foo( ... ) vs foo ( ... )
 
 revision 1.69  2010-10-22
 ----------------------------