aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-05-17 05:12:53 +0000
committerMarcel Molina <marcel@vernix.org>2006-05-17 05:12:53 +0000
commit36d1a2f302817815e0e70334733d2daf1a14a4f5 (patch)
tree077921312cbd11b2205ed7aa4d30059f014d711a /activesupport/CHANGELOG
parentff96498848d6a9f58707d4d9848a196643d45c26 (diff)
downloadrails-36d1a2f302817815e0e70334733d2daf1a14a4f5.tar.gz
rails-36d1a2f302817815e0e70334733d2daf1a14a4f5.tar.bz2
rails-36d1a2f302817815e0e70334733d2daf1a14a4f5.zip
Make Array#in_groups_of just return the grouped collection if a block isn't given. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4345 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index a651cff958..670584b8eb 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make Array#in_groups_of just return the grouped collection if a block isn't given. [Marcel Molina Jr.]
+
* Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_keys! is called on it. Closes #5076. [Marcel Molina Jr., guy.naor@famundo.com]
* Document Module::delegate. #5002 [pergesu@gmail.com]