aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAndrew Radev <andrey.radev@gmail.com>2011-05-28 16:21:16 +0300
committerAndrew Radev <andrey.radev@gmail.com>2011-05-28 16:21:16 +0300
commit07a353dde1aab7eabf082f4e07cf41f9dc3b2664 (patch)
treeb289fb0cc905f5e5876a4fcc5cd54f70e11513b5 /activesupport
parentc9cc36bde9f779c917171e7c378285b57f748414 (diff)
downloadrails-07a353dde1aab7eabf082f4e07cf41f9dc3b2664.tar.gz
rails-07a353dde1aab7eabf082f4e07cf41f9dc3b2664.tar.bz2
rails-07a353dde1aab7eabf082f4e07cf41f9dc3b2664.zip
Update CHANGELOG for ActiveSupport::OrderedHash change
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index bfd1e91bb5..3c8e0b7e09 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -4,6 +4,9 @@
*Rails 3.1.0 (unreleased)*
+* ActiveSupport::OrderedHash now has different behavior for #each and
+#each_pair when given a block accepting its parameters with a splat. [Andrew Radev]
+
* Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
* New reporting method Kernel#quietly. [fxn]