Fix actionpack CHANGELOG entry

It was included by git on the wrong release
This commit is contained in:
Rafael Mendonça França
2013-07-22 20:25:20 -03:00
parent 2b3ce8627b
commit e0db277be0

View File

@@ -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