1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need CHANGLOG entry for a bug in a non released version

[ci skip]
This commit is contained in:
Rafael Mendonça França 2014-09-25 17:21:43 -03:00
parent bc644c54d6
commit 0863c9248f

View file

@ -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 * Deprecate implicit Array conversion for Response objects. It was added
(using `#to_ary`) so we could conveniently use implicit splatting: (using `#to_ary`) so we could conveniently use implicit splatting: