diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-01 11:47:31 -0800 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-03-01 11:47:31 -0800 |
commit | 447d87c206ff70046b15be99e73ec79690687bb9 (patch) | |
tree | 7564aefe52509576ee37ae2d4a70eb4025964e5a /actionpack | |
parent | 139963c99a955520db6373343662e55f4d16dcd1 (diff) | |
parent | 05c6caf48c37ba58fb435df97417f9235275a060 (diff) | |
download | rails-447d87c206ff70046b15be99e73ec79690687bb9.tar.gz rails-447d87c206ff70046b15be99e73ec79690687bb9.tar.bz2 rails-447d87c206ff70046b15be99e73ec79690687bb9.zip |
Merge pull request #5232 from claudiob/add_release_date_to_docs
Add release dates to documentation
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 74a8d9f78a..96ad3a155c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -111,7 +111,7 @@ HTML5 `mark` element. *Brian Cardarella* -## Rails 3.2.2 (unreleased) ## +## Rails 3.2.2 (March 1, 2012) ## * Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino* @@ -301,7 +301,7 @@ returned by the class method attribute_names will be wrapped. This fixes the wrapping of nested attributes by adding them to attr_accessible. -## Rails 3.1.4 (unreleased) ## +## Rails 3.1.4 (March 1, 2012) ## * Skip assets group in Gemfile and all assets configurations options when the application is generated with --skip-sprockets option. @@ -603,7 +603,7 @@ * Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply to the browser only. *Yehuda Katz, Carl Lerche* -## Rails 3.0.12 (unreleased) ## +## Rails 3.0.12 (March 1, 2012) ## * Fix using `tranlate` helper with a html translation which uses the `:count` option for pluralization. |