add test for somewhat complex sql and add extra config for missing keywords
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 433da42..4762be3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,21 @@
 Revision history for SQL::Abstract
 
+    - Better documentation of undef/NULL in where clause
+    - Depend on bugfixed Module::Install (now again installs
+      on old < 5.8.3 perls)
+
+revision 1.67  2010-05-31 14:21 (UTC)
+----------------------------
+    - Fix SQL::Test failure when first chunk is an unrecognized
+      literal
+    - Generic -not operator tests
+    - More columns-bindtype assertion checks
+
+revision 1.66  2010-04-27 02:44 (UTC)
+----------------------------
+    - Optimized the quoting mechanism, winning nearly 10%
+      speedup on repeatable sql generation
+
 revision 1.65  2010-04-11 19:59 (UTC)
 ----------------------------
     - Rerelease last version to not include .svn files