aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--History.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 25c7fba1e6..6094c7f6ca 100644
--- a/History.txt
+++ b/History.txt
@@ -3,6 +3,7 @@
* Enhancements
* AST is now Enumerable
+ * AND nodes are now n-ary nodes
* Deprecations
@@ -24,6 +25,8 @@
* Arel::Table.table_cache is deprecated and will be removed in 3.0.0 with no
replacement.
+ * Arel::Nodes::And.new takes a single list instead of left and right.
+
== 2.0.7 (unreleased)
* Bug Fixes