Skip to content

Commit d11347d

Browse files
committed
Merge pull request rails#4689 from claudiob/add_rails32_release_date
Add release date of Rails 3.2.0 to documentation
2 parents c00d77f + 6d426b1 commit d11347d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
2525
*Tadas Tamosauskas*
2626

27-
## Rails 3.2.0 (unreleased) ##
27+
## Rails 3.2.0 (January 20, 2012) ##
2828

2929
* Add `config.action_dispatch.default_charset` to configure default charset for ActionDispatch::Response. *Carlos Antonio da Silva*
3030

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.0 (unreleased) ##
1+
## Rails 3.2.0 (January 20, 2012) ##
22

33
* Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to
44
support methods like `set_table_name` in Active Record, which are themselves being deprecated.

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
* PostgreSQL hstore types are automatically deserialized from the database.
7575

76-
## Rails 3.2.0 (unreleased) ##
76+
## Rails 3.2.0 (January 20, 2012) ##
7777

7878
* Added a `with_lock` method to ActiveRecord objects, which starts
7979
a transaction, locks the object (pessimistically) and yields to the block.

activeresource/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.0 (unreleased) ##
1+
## Rails 3.2.0 (January 20, 2012) ##
22

33
* Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
44
301 Moved Permanently and 302 Found. GH #3302.

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
1515
from Ruby stdlib.
1616

17-
## Rails 3.2.0 (unreleased) ##
17+
## Rails 3.2.0 (January 20, 2012) ##
1818

1919
* Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand*
2020

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies. *Santiago Pastorino*
66

7-
## Rails 3.2.0 (unreleased) ##
7+
## Rails 3.2.0 (January 20, 2012) ##
88

99
* Turn gem has been removed from default Gemfile. We still looking for a best presentation for tests output. *Guillermo Iguaran*
1010

0 commit comments

Comments
 (0)