diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 4a79b2efec62d9608c3c686b75282423d3c366bc..de9722c392a7f0e05595e8f4feb6e61b50a0da25 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,10 +1,3 @@ -* Fix bug where `routing_type=path` would end up in query string of paths - generated by `edit_` and `new_polymorphic_path` - - Fixes #17057. - - *Gert Goet* - * Deprecate implicit Array conversion for Response objects. It was added (using `#to_ary`) so we could conveniently use implicit splatting: