Drop the silly Dumpered bind comparison
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 674d881..40e994f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for SQL::Abstract
 
+    - Fix insufficient parenthesis unroll during operator comparison
+
+revision 1.73  2012-07-10
+----------------------------
+    - Fix parsing of ORDER BY foo + ?
+    - Stop filling in placeholders in `format-sql` since it does not support
+      passing values for them anyway
     - Fix parsing of NOT EXISTS
     - Fix over-eager parenthesis unrolling
     - Fix deep recursion warnings while parsing obnoxiously long sql statements