diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2018-12-18 21:13:05 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2018-12-18 21:13:11 +0100 |
commit | 3b68b404a4d1bc2e304d13317366d36c4ffd3611 (patch) | |
tree | 8707f709687575fb54acefccbbe40b34047fe38b /actionpack | |
parent | 35e0190ac54ec852f8ff5b9196ccf8a24e8d193b (diff) | |
download | rails-3b68b404a4d1bc2e304d13317366d36c4ffd3611.tar.gz rails-3b68b404a4d1bc2e304d13317366d36c4ffd3611.tar.bz2 rails-3b68b404a4d1bc2e304d13317366d36c4ffd3611.zip |
[ci skip] Remove needless changelog entry, as bug fix was backported to 5.2.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 04b479106d..13fbbafc0c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,7 +1,3 @@ -* Allow nil params on controller HTTP test methods - - *Ryo Nakamura* - * Introduce ActionDispatch::HostAuthorization This is a new middleware that guards against DNS rebinding attacks by |