Correct comments about overload methods vs. ->can()
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index e2935f9..c154cdc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for SQL::Abstract
 
+    - New exportable functions: is_literal_value($) and is_plain_value($)
     - New attribute 'escape_char' allowing for proper escape of quote_chars
       present in an identifier
     - Treat { -value => undef } as plain undef in all cases