aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-21 09:06:46 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-21 10:00:22 +0100
commite50530ca3ab5db53ebc74314c54b62b91b932389 (patch)
tree9c7c2425229d7f3130e94f52ff36f57f7f79c185 /activesupport/CHANGELOG
parent1d4554d766dbf8391689d91b4b88766757051c68 (diff)
downloadrails-e50530ca3ab5db53ebc74314c54b62b91b932389.tar.gz
rails-e50530ca3ab5db53ebc74314c54b62b91b932389.tar.bz2
rails-e50530ca3ab5db53ebc74314c54b62b91b932389.zip
Reduced the number of literal aliases to the range that has actually seen personal use. With the massive savings in overhead, I was able to fit Array#forty_two
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 0717d344d7..d0895bb709 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -70,7 +70,7 @@
* Added TimeZone #=~, to support matching zones by regex in time_zone_select. #195 [Ernie Miller]
-* Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH]
+* Added Array#second through Array#fifth as aliases for Array#[1] through Array#[4] + Array#forty_two as alias for Array[41] [DHH]
* Added test/do declaration style testing to ActiveSupport::TestCase [DHH via Jay Fields]