aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-14 22:46:12 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-14 22:46:12 +0530
commit823e16f57cb64c8557aa8e06b07e361d625a6e2e (patch)
treee9ee30a3b2a41bd26c0499033437d0dae38e5ca8 /activesupport/CHANGELOG
parent63f6fad6442733a471f919afffc73eb906fa3e2a (diff)
downloadrails-823e16f57cb64c8557aa8e06b07e361d625a6e2e.tar.gz
rails-823e16f57cb64c8557aa8e06b07e361d625a6e2e.tar.bz2
rails-823e16f57cb64c8557aa8e06b07e361d625a6e2e.zip
update 3.1 release date in changelogs
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 18164234a5..537980d6a1 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -20,7 +20,7 @@ Also, in 1.8 the ideographic space U+3000 is considered to be whitespace. [Akira
* 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)*
+*Rails 3.1.0 (August 30, 2011)*
* ActiveSupport::Dependencies#load and ActiveSupport::Dependencies#require now
return the value from `super` [Aaron Patterson]