Fix incorrect padding
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 775bf5d..fc2c77c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,8 @@ Revision history for SQL::Abstract
     - Add proper handling of lists (foo,bar,?)
     - Better handling of generic -function's during AST construction
     - Special handle IS NOT? NULL
+    - Make sure unparse() does not destroy a passed in \@bindargs
+    - Support ops with _'s in them (valid in Oracle)
 
 revision 1.68  2010-09-16
 ----------------------------