Skip to content

Commit

Permalink
Add release date of 3.2.10
Browse files Browse the repository at this point in the history
Fix format and wrong changelog entry
  • Loading branch information
rafaelfranca committed Jan 2, 2013
1 parent 970c10c commit f4dc7e3
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 14 deletions.
7 changes: 6 additions & 1 deletion actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Rails 3.2.11 (unreleased) ##

## Rails 3.2.10 ##

## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.


## Rails 3.2.9 (Nov 12, 2012) ##

Expand All @@ -20,6 +24,7 @@

*Yves Senn*


## Rails 3.2.9 (Nov 12, 2012) ##

* Do not render views when mail() isn't called.
Expand Down
6 changes: 5 additions & 1 deletion actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@

*Daniel Fox, Grant Hutchins & Trace Wax*

## Rails 3.2.10 ##

## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.


## Rails 3.2.9 (Nov 12, 2012) ##

Expand Down
11 changes: 10 additions & 1 deletion activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

* Specify type of singular association during serialization *Steve Klabnik*

## Rails 3.2.10 ##

## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.


## Rails 3.2.9 (Nov 12, 2012) ##

Expand All @@ -17,24 +21,29 @@

*Carlos Antonio da Silva*


## Rails 3.2.8 (Aug 9, 2012) ##

* No changes.


## Rails 3.2.7 (Jul 26, 2012) ##

* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.

* Fix the the backport of the object dup with the ruby 1.9.3p194.


## Rails 3.2.6 (Jun 12, 2012) ##

* No changes.


## Rails 3.2.4 (May 31, 2012) ##

* No changes.


## Rails 3.2.3 (March 30, 2012) ##

* No changes.
Expand Down
13 changes: 6 additions & 7 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,19 +174,18 @@
*Gabriel Sobrinho, Ricardo Henrique*


## Rails 3.2.9 (Nov 12, 2012) ##

* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.

*Alexis Bernard*

## Rails 3.2.10 ##
## Rails 3.2.10 (Jan 2, 2013) ##

* CVE-2012-5664 options hashes should only be extracted if there are extra
parameters


## Rails 3.2.9 (Nov 12, 2012) ##

* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.

*Alexis Bernard*

* Fix issue with collection associations calling first(n)/last(n) and attempting
to set the inverse association when `:inverse_of` was used. Fixes #8087.

Expand Down
9 changes: 8 additions & 1 deletion activeresource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
## Rails 3.2.11 ##

## Rails 3.2.10 ##
## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.


## Rails 3.2.9 (Nov 12, 2012) ##

* No changes.


## Rails 3.2.8 (Aug 9, 2012) ##

* No changes.


## Rails 3.2.7 (Jul 26, 2012) ##

* No changes.


## Rails 3.2.6 (Jun 12, 2012) ##

* No changes.


## Rails 3.2.5 (Jun 1, 2012) ##

* No changes.
Expand Down
10 changes: 9 additions & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@

*Daniele Sluijters*

## Rails 3.2.10 ##

## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.


## Rails 3.2.9 (Nov 12, 2012) ##

Expand All @@ -39,6 +43,7 @@

* Add %:z and %::z format string support to ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*


## Rails 3.2.8 (Aug 9, 2012) ##

* Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
Expand All @@ -47,6 +52,7 @@

* ERB::Util.html_escape now escapes single quotes. *Santiago Pastorino*


## Rails 3.2.7 (Jul 26, 2012) ##

* Hash#fetch(fetch) is not the same as doing hash[key]
Expand All @@ -59,10 +65,12 @@

* bump AS deprecation_horizon to 4.0


## Rails 3.2.6 (Jun 12, 2012) ##

* No changes.


## Rails 3.2.5 (Jun 1, 2012) ##

* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
Expand Down
8 changes: 6 additions & 2 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Rails 3.2.11 ##
## Rails 3.2.11 (unreleased) ##


## Rails 3.2.10 (Jan 2, 2013) ##

* No changes.

## Rails 3.2.10 ##

## Rails 3.2.9 (Nov 12, 2012) ##

Expand Down

0 comments on commit f4dc7e3

Please sign in to comment.