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

add CHANGELOG for f6e293ec54. [ci skip]

This commit is contained in:
Yves Senn 2015-02-25 18:03:20 +01:00
parent f6e293ec54
commit 71fc789239

View file

@ -1,3 +1,10 @@
* Fix regression in functional tests. Responses should have default headers
assigned.
See #18423.
*Jeremy Kemper*, *Yves Senn*
* Deprecate AbstractController#skip_action_callback in favor of individual skip_callback methods
(which can be made to raise an error if no callback was removed).