add handling for NULL when using -in
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 54b5ee1..40979dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for SQL::Abstract
 
     - Fix parsing of foo.* in SQLA::Tree
     - Fix bindtype fail when using -between with arrayrefref literals
+    - Add handling for NULL for -in
 
 revision 1.71  2010-11-09
 ----------------------------