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

Add changelog entry for #24115 [ci skip]

This commit is contained in:
Rafael Mendonça França 2016-03-09 12:48:56 -03:00
parent 49e6d0a99c
commit fe8239e35a

View file

@ -1,3 +1,8 @@
* Add request headers in the payload of the `start_processing.action_controller`
and `process_action.action_controller` notifications.
*Gareth du Plooy*
* Add `action_dispatch_integration_test` load hook. The hook can be used to * Add `action_dispatch_integration_test` load hook. The hook can be used to
extend `ActionDispatch::IntegrationTest` once it has been loaded. extend `ActionDispatch::IntegrationTest` once it has been loaded.