diff options
author | claudiob <claudiob@gmail.com> | 2012-03-01 11:20:03 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2012-03-01 11:20:03 -0800 |
commit | 05c6caf48c37ba58fb435df97417f9235275a060 (patch) | |
tree | 7564aefe52509576ee37ae2d4a70eb4025964e5a /railties | |
parent | 139963c99a955520db6373343662e55f4d16dcd1 (diff) | |
download | rails-05c6caf48c37ba58fb435df97417f9235275a060.tar.gz rails-05c6caf48c37ba58fb435df97417f9235275a060.tar.bz2 rails-05c6caf48c37ba58fb435df97417f9235275a060.zip |
Add release dates to documentation
Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index f556ee210d..960b1ed8ca 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -71,7 +71,7 @@ * Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran* -## Rails 3.1.4 (unreleased) ## +## Rails 3.1.4 (March 1, 2012) ## * Setting config.force_ssl also marks the session cookie as secure. @@ -203,7 +203,7 @@ * Include all helpers from plugins and shared engines in application *Piotr Sarnacki* -## Rails 3.0.12 (unreleased) ## +## Rails 3.0.12 (March 1, 2012) ## * No changes. |