diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-06-17 13:37:57 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-06-17 17:37:29 -0500 |
commit | 22af62cf486721ee2e45bb720c42ac2f4121faf4 (patch) | |
tree | 155c0f6bb42effe927953956140b7b1243f7e05c /activesupport/CHANGELOG | |
parent | 7650ff892cbffcaaaf9c5ab72466e98903a202d3 (diff) | |
download | rails-22af62cf486721ee2e45bb720c42ac2f4121faf4.tar.gz rails-22af62cf486721ee2e45bb720c42ac2f4121faf4.tar.bz2 rails-22af62cf486721ee2e45bb720c42ac2f4121faf4.zip |
Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 1267f05c75..d87558aba9 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH] + * Added test/do declaration style testing to ActiveSupport::TestCase [DHH via Jay Fields] * Added Object#present? which is equivalent to !Object#blank? [DHH] |