Update CHANGELOGs for 3.2.13 release.

This commit is contained in:
Steve Klabnik
2013-02-27 10:01:29 -08:00
parent 197b9f4d61
commit 23434f6162
7 changed files with 35 additions and 0 deletions

View File

@@ -3,6 +3,11 @@
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.

View File

@@ -1,5 +1,10 @@
## unreleased ##
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* Determine the controller#action from only the matched path when using the
shorthand syntax. Previously the complete path was used, which led
to problems with nesting (scopes and namespaces).

View File

@@ -1,5 +1,10 @@
## unreleased ##
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* Specify type of singular association during serialization *Steve Klabnik*

View File

@@ -1,5 +1,10 @@
## unreleased ##
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values
compared to string columns.' This caused several regressions.

View File

@@ -3,6 +3,10 @@
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.

View File

@@ -1,5 +1,11 @@
## unreleased ##
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*

View File

@@ -3,6 +3,11 @@
* No changes.
## Rails 3.2.13 (Feb 17, 2013) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.