mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:07:54 -05:00
Fix changelog conflicts and remove release dates [ci skip]
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*Andrew White*
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
## Rails 3.2.13 ##
|
||||
|
||||
|
||||
* Fix DateTime comparison with DateTime::Infinity object.
|
||||
|
||||
Reference in New Issue
Block a user