{ -ident => undef } makes zero sense
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index c154cdc..99eadea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,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
+    - Explicitly throw on { -ident => undef }
 
 revision 1.78  2014-05-28
 ----------------------------