aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-12-18 21:13:05 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2018-12-18 21:13:11 +0100
commit3b68b404a4d1bc2e304d13317366d36c4ffd3611 (patch)
tree8707f709687575fb54acefccbbe40b34047fe38b /actionpack/CHANGELOG.md
parent35e0190ac54ec852f8ff5b9196ccf8a24e8d193b (diff)
downloadrails-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/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
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