fix regression introduced in 6f2a5b6
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index f42564f..0d05149 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for SQL::Abstract
 
+    - 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