Fix changelog conflicts and remove release dates [ci skip]

This commit is contained in:
Carlos Antonio da Silva
2013-03-18 18:18:55 -03:00
parent afcd01bf25
commit a8e7a009d2
3 changed files with 8 additions and 14 deletions

View File

@@ -4,7 +4,11 @@
Fixes GH#3512.
*Juan Barreneche*
* No changes.
* Fix `ActionDispatch::Request#formats` when the Accept request-header is an
empty string. Fix #7774 [Backport #8977, #9541]
*Soylent + Maxime Réty*
## Rails 3.2.13 ##
@@ -26,16 +30,6 @@
*Olek Janiszewski*
<<<<<<< HEAD
* Fix `ActionDispatch::Request#formats` when the Accept request-header is an
empty string. Fix #7774 [Backport #8977, #9541]
*Soylent + Maxime Réty*
## Rails 3.2.13.rc1 (Feb 17, 2013) ##
=======
>>>>>>> 3-2-13
* 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,4 +1,4 @@
## Rails 3.2.13 (Feb 17, 2013) ##
## unrelesed ##
* Reload the association target if it's stale. `@stale_state` should be nil
when a model isn't saved.
@@ -13,7 +13,7 @@
*kennyj*
## Rails 3.2.13.rc1 (Feb 17, 2013) ##
## Rails 3.2.13 ##
* Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values
compared to string columns.' This caused several regressions.

View File

@@ -6,7 +6,7 @@
*Andrew White*
## Rails 3.2.13 (Feb 17, 2013) ##
## Rails 3.2.13 ##
* Fix DateTime comparison with DateTime::Infinity object.