mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:07:54 -05:00
Fix actionpack CHANGELOG entry
It was included by git on the wrong release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Rails 3.2.14 (Jul 22, 2013) ##
|
||||
## unreleased ##
|
||||
|
||||
* Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
|
||||
does not show user-supplied message.
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
*Alexey Chernenkov*
|
||||
|
||||
|
||||
## Rails 3.2.14 (Jul 22, 2013) ##
|
||||
|
||||
* Merge `:action` from routing scope and assign endpoint if both `:controller`
|
||||
and `:action` are present. The endpoint assignment only occurs if there is
|
||||
no `:to` present in the options hash so should only affect routes using the
|
||||
|
||||
Reference in New Issue
Block a user