Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add release dates to documentation
Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
  • Loading branch information
claudiob committed Mar 1, 2012
1 parent 139963c commit 05c6caf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions actionpack/CHANGELOG.md
Expand Up @@ -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*

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG.md
Expand Up @@ -61,7 +61,7 @@
* Add support for selectively enabling/disabling observers *Myron Marston*


## Rails 3.0.12 (unreleased) ##
## Rails 3.0.12 (March 1, 2012) ##

* No changes.

Expand Down
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Expand Up @@ -320,7 +320,7 @@

*Aaron Christy*

## Rails 3.1.4 (unreleased) ##
## Rails 3.1.4 (March 1, 2012) ##

* Fix a custom primary key regression *GH 3987*

Expand Down Expand Up @@ -779,7 +779,7 @@
*Aaron Patterson*


## Rails 3.0.12 (unreleased) ##
## Rails 3.0.12 (March 1, 2012) ##

* No changes.

Expand Down
4 changes: 2 additions & 2 deletions activeresource/CHANGELOG.md
Expand Up @@ -16,7 +16,7 @@
*Jim Herz*


## Rails 3.1.4 (unreleased) ##
## Rails 3.1.4 (March 1, 2012) ##

* No changes

Expand Down Expand Up @@ -44,7 +44,7 @@
end


## Rails 3.0.12 (unreleased) ##
## Rails 3.0.12 (March 1, 2012) ##

* No changes.

Expand Down
4 changes: 2 additions & 2 deletions activesupport/CHANGELOG.md
Expand Up @@ -111,7 +111,7 @@
filehandle, or tune your filesystem.


## Rails 3.1.4 (unreleased) ##
## Rails 3.1.4 (March 1, 2012) ##

* No changes

Expand Down Expand Up @@ -183,7 +183,7 @@
* JSON decoding now uses the multi_json gem which also vendors a json engine called OkJson. The yaml backend has been removed in favor of OkJson as a default engine for 1.8.x, while the built in 1.9.x json implementation will be used by default. *Josh Kalderimis*


## Rails 3.0.12 (unreleased) ##
## Rails 3.0.12 (March 1, 2012) ##

* No changes.

Expand Down
4 changes: 2 additions & 2 deletions railties/CHANGELOG.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 05c6caf

Please sign in to comment.