diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-09 14:52:55 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-09 14:52:55 -0800 |
commit | 1d4cfb98954ac602c22245992c15be06feb55c08 (patch) | |
tree | 305eeed5fb0aed5dc6de062ce4792f53cdca4ac4 | |
parent | 6be1a71464f1e6833330b6cf9e239fd21b54c625 (diff) | |
download | rails-1d4cfb98954ac602c22245992c15be06feb55c08.tar.gz rails-1d4cfb98954ac602c22245992c15be06feb55c08.tar.bz2 rails-1d4cfb98954ac602c22245992c15be06feb55c08.zip |
updating changelog
-rw-r--r-- | History.txt | 3 |
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 |