aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-07-26 12:52:34 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-07-26 12:53:25 -0500
commit856fc4bbc379b330d11702adbc2b26850dca6206 (patch)
tree904e79aecacae1aed69d63ff6cf4da960bb94ddf /activesupport/CHANGELOG
parentdd61a817dea85990f13664d74bca15bc5796b76e (diff)
downloadrails-856fc4bbc379b330d11702adbc2b26850dca6206.tar.gz
rails-856fc4bbc379b330d11702adbc2b26850dca6206.tar.bz2
rails-856fc4bbc379b330d11702adbc2b26850dca6206.zip
Prep for RC
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 8706a2aa0b..8485e7d46b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*Rails 3.0.0 [Release Candidate] (unreleased)*
+*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* Removed Object#returning, Object#tap should be used instead. [Santiago Pastorino]