aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 5e7ce2ee68..e981c26126 100644
--- a/History.txt
+++ b/History.txt
@@ -1,5 +1,10 @@
== 2.0.5 (unreleased)
+* Enhancements
+
+ * Arel::Visitors::DepthFirst can walk your AST depth first
+ * Arel::Nodes::Node is enumerable, depth first
+
* Bug fixes
* #lock will lock SELECT statements "FOR UPDATE" on mysql