diff options
author | claudiob <claudiob@gmail.com> | 2013-03-18 14:51:46 -0700 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2013-03-18 14:51:46 -0700 |
commit | 0e56c1de704370f3a2ef0cf9a2d945330b5653c7 (patch) | |
tree | 6ce694d6259ae6a783ebdb72928f7eccab48fc85 /actionpack | |
parent | 167b645a2a0e983cb681d94adbe17480c824e701 (diff) | |
download | rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.gz rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.bz2 rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.zip |
Add release dates to documentation [ci skip]
Set "March 18, 2013" as the release date for 3.2.13
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 2104018106..80c0def5b3 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -11,7 +11,7 @@ *Soylent + Maxime Réty* -## Rails 3.2.13 ## +## Rails 3.2.13 (Mar 18, 2013) ## * Fix incorrectly appended square brackets to a multiple select box if an explicit name has been given and it already ends with "[]". |