Add "no_repeats" option to fix it such that repeated SQL may be ellided except for...
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index a712212..ea6689a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for SQL::Abstract
     - Hide bulk inserts from DBIx::Class
     - Highlight transaction keywords
     - Add EXECUTING for clarity of long running SQL
+    - Add "no_repeats" option to fix it such that repeated SQL gets ellided
+      except for placeholders
 
 revision 1.69  2010-10-22
 ----------------------------