Fix -values not being handled properly with NULLs
[scpubgit/Q-Branch.git] / Changes
diff --git a/Changes b/Changes
index 48cc17a..e2935f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for SQL::Abstract
 
     - New attribute 'escape_char' allowing for proper escape of quote_chars
       present in an identifier
+    - Treat { -value => undef } as plain undef in all cases
 
 revision 1.78  2014-05-28
 ----------------------------