aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAndrew Radev <andrey.radev@gmail.com>2011-05-28 17:23:45 +0300
committerAndrew Radev <andrey.radev@gmail.com>2011-05-28 17:23:45 +0300
commit1cd235ecddddc49e8ba0fa5cd81e265660d0f75f (patch)
tree7a5e904af4c83cb7a252bbc4685ea8c0de82f703 /activesupport
parent07a353dde1aab7eabf082f4e07cf41f9dc3b2664 (diff)
downloadrails-1cd235ecddddc49e8ba0fa5cd81e265660d0f75f.tar.gz
rails-1cd235ecddddc49e8ba0fa5cd81e265660d0f75f.tar.bz2
rails-1cd235ecddddc49e8ba0fa5cd81e265660d0f75f.zip
ActiveSupport CHANGELOG entry moved to correct place
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 3c8e0b7e09..bf48306684 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -2,11 +2,11 @@
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
-*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]
+*Rails 3.1.0 (unreleased)*
+
* Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
* New reporting method Kernel#quietly. [fxn]