aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2012-01-26 01:53:38 -0800
committerclaudiob <claudiob@gmail.com>2012-01-26 01:53:38 -0800
commit6d426b103580c80902ab64849cce7960107d7d70 (patch)
treed732029b8bf2c28bdc3762a0d17954418cc7c342 /activeresource
parentc00d77fe8b3f1f63ccca1964baa536af89d15724 (diff)
downloadrails-6d426b103580c80902ab64849cce7960107d7d70.tar.gz
rails-6d426b103580c80902ab64849cce7960107d7d70.tar.bz2
rails-6d426b103580c80902ab64849cce7960107d7d70.zip
Add release date of Rails 3.2.0 to documentation
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index 09d1eeb1c8..a69bfd0d73 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.0 (unreleased) ##
+## Rails 3.2.0 (January 20, 2012) ##
* Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
301 Moved Permanently and 302 Found. GH #3302.