Reenable show_progress in example
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index b093f21..4ae8f69 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,19 @@
 Revision history for SQL::Abstract
 
+    - Add error checking on "profile" for SQLA::Tree
+    - Hide bulk inserts from DBIx::Class
+    - Highlight transaction keywords
+    - Highlight HAVING
+    - Add EXECUTING for clarity of long running SQL
+    - Add "squash_repeats" option to fix it such that repeated SQL gets ellided
+      except for placeholders
+    - Fix missing doc (RT#62587)
+
 revision 1.69  2010-10-22
 ----------------------------
+    - Add quotes for populated placeholders and make the background
+      magenta instead of cyan
+    - Color and indent pagination keywords
     - Fix a silly bug which broke placeholder fill-in in DBIC
     - Installs format-sql to format SQL passed in over STDIN
     - Switch the tokenizer to precompiled regexes (massive speedup)