diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-08-30 09:58:55 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-08-30 10:04:28 +0300 |
commit | 3175d3d549821edefff4604db8fc729391957f0e (patch) | |
tree | 9a483d0b3dd594bdb33bdd269120a5415630a9fc /actionpack | |
parent | fa132efe8232ad374f30532c9ed25f7414f89483 (diff) | |
download | rails-3175d3d549821edefff4604db8fc729391957f0e.tar.gz rails-3175d3d549821edefff4604db8fc729391957f0e.tar.bz2 rails-3175d3d549821edefff4604db8fc729391957f0e.zip |
Fix `actionpack/CHANGELOG.md` [ci skip]
Remove the reference to the PR.
Usually, we write reference to solved issues in the changelog files.
Related to #33605.
Add missing dots.
Improve formatting.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a30f178190..0f5afc0416 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -10,8 +10,6 @@ Enable `action_dispatch.use_cookies_with_metadata` to use this feature, which writes cookies with the new purpose and expiry metadata embedded. - Pull Request: #32937 - *Assain Jaleel* * Raises `ActionController::RespondToMismatchError` with confliciting `respond_to` invocations. @@ -39,7 +37,7 @@ *Aaron Kromer* -* Pass along arguments to underlying `get` method in `follow_redirect!` +* Pass along arguments to underlying `get` method in `follow_redirect!`. Now all arguments passed to `follow_redirect!` are passed to the underlying `get` method. This for example allows to set custom headers for the @@ -56,7 +54,7 @@ *Vinicius Stock* -* Introduce ActionDispatch::DebugExceptions.register_interceptor +* Introduce `ActionDispatch::DebugExceptions.register_interceptor`. Exception aware plugin authors can use the newly introduced `.register_interceptor` method to get the processed exception, instead of |