Revert "Add support for NULLS FIRST/LAST in ORDER BY"
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 0d05149..40e994f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 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