Update CHANGELOGs for 3.2.13.rc1

This commit is contained in:
Steve Klabnik
2013-03-05 11:22:55 -08:00
parent 0df9647597
commit 51ae6f4bb1
7 changed files with 30 additions and 0 deletions

View File

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

View File

@@ -4,6 +4,8 @@
empty string. Fix #7774 [Backport #8977, #9541]
*Soylent + Maxime Réty*
## Rails 3.2.13.rc1 (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

View File

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

View File

@@ -6,6 +6,9 @@
*kennyj*
## Rails 3.2.13.rc1 (Feb 17, 2013) ##
* Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values
compared to string columns.' This caused several regressions.

View File

@@ -3,6 +3,11 @@
* No changes.
## Rails 3.2.13.rc1 (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.rc1 (Feb 17, 2013) ##
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*

View File

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