Skip to content

Commit 447d87c

Browse files
committed
Merge pull request rails#5232 from claudiob/add_release_date_to_docs
Add release dates to documentation
2 parents 139963c + 05c6caf commit 447d87c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

actionpack/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
HTML5 `mark` element. *Brian Cardarella*
112112

113113

114-
## Rails 3.2.2 (unreleased) ##
114+
## Rails 3.2.2 (March 1, 2012) ##
115115

116116
* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
117117

@@ -301,7 +301,7 @@
301301
returned by the class method attribute_names will be wrapped. This fixes
302302
the wrapping of nested attributes by adding them to attr_accessible.
303303

304-
## Rails 3.1.4 (unreleased) ##
304+
## Rails 3.1.4 (March 1, 2012) ##
305305

306306
* Skip assets group in Gemfile and all assets configurations options
307307
when the application is generated with --skip-sprockets option.
@@ -603,7 +603,7 @@
603603
* 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*
604604

605605

606-
## Rails 3.0.12 (unreleased) ##
606+
## Rails 3.0.12 (March 1, 2012) ##
607607

608608
* Fix using `tranlate` helper with a html translation which uses the `:count` option for
609609
pluralization.

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* Add support for selectively enabling/disabling observers *Myron Marston*
6262

6363

64-
## Rails 3.0.12 (unreleased) ##
64+
## Rails 3.0.12 (March 1, 2012) ##
6565

6666
* No changes.
6767

activerecord/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

321321
*Aaron Christy*
322322

323-
## Rails 3.1.4 (unreleased) ##
323+
## Rails 3.1.4 (March 1, 2012) ##
324324

325325
* Fix a custom primary key regression *GH 3987*
326326

@@ -779,7 +779,7 @@
779779
*Aaron Patterson*
780780

781781

782-
## Rails 3.0.12 (unreleased) ##
782+
## Rails 3.0.12 (March 1, 2012) ##
783783

784784
* No changes.
785785

activeresource/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*Jim Herz*
1717

1818

19-
## Rails 3.1.4 (unreleased) ##
19+
## Rails 3.1.4 (March 1, 2012) ##
2020

2121
* No changes
2222

@@ -44,7 +44,7 @@
4444
end
4545

4646

47-
## Rails 3.0.12 (unreleased) ##
47+
## Rails 3.0.12 (March 1, 2012) ##
4848

4949
* No changes.
5050

activesupport/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
filehandle, or tune your filesystem.
112112

113113

114-
## Rails 3.1.4 (unreleased) ##
114+
## Rails 3.1.4 (March 1, 2012) ##
115115

116116
* No changes
117117

@@ -183,7 +183,7 @@
183183
* 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*
184184

185185

186-
## Rails 3.0.12 (unreleased) ##
186+
## Rails 3.0.12 (March 1, 2012) ##
187187

188188
* No changes.
189189

railties/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
7272

7373

74-
## Rails 3.1.4 (unreleased) ##
74+
## Rails 3.1.4 (March 1, 2012) ##
7575

7676
* Setting config.force_ssl also marks the session cookie as secure.
7777

@@ -203,7 +203,7 @@
203203
* Include all helpers from plugins and shared engines in application *Piotr Sarnacki*
204204

205205

206-
## Rails 3.0.12 (unreleased) ##
206+
## Rails 3.0.12 (March 1, 2012) ##
207207

208208
* No changes.
209209

0 commit comments

Comments
 (0)