diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-06 20:28:59 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-06 20:28:59 -0800 |
commit | 05a649efeaa466dc430ea830bc6f71c6141449d9 (patch) | |
tree | 3a17ae98bd9e57336a0a4956cba8d653395a524d | |
parent | ee65dd6e0e5c79fa2d79944dbc541380f4b221d4 (diff) | |
parent | 0c205386f33a6c287de3449bcd9a12b5d85cc08e (diff) | |
download | rails-05a649efeaa466dc430ea830bc6f71c6141449d9.tar.gz rails-05a649efeaa466dc430ea830bc6f71c6141449d9.tar.bz2 rails-05a649efeaa466dc430ea830bc6f71c6141449d9.zip |
Merge branch '2-0-stable'
* 2-0-stable:
limit members of the AST are visited
Conflicts:
History.txt
-rw-r--r-- | History.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/History.txt b/History.txt index d3172f4162..25c7fba1e6 100644 --- a/History.txt +++ b/History.txt @@ -24,6 +24,12 @@ * Arel::Table.table_cache is deprecated and will be removed in 3.0.0 with no replacement. +== 2.0.7 (unreleased) + +* Bug Fixes + + * Limit members are visited + == 2.0.6 12/01/2010 * Bug Fixes |