From 486e5153cb0a98cf76bd7b679896d2a3f8167553 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Fri, 20 Jul 2018 21:13:14 +0200 Subject: [ci skip] Strike changelog entry, since it's 5.2 backported. --- actionpack/CHANGELOG.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 96ff664b99..7645b2b0e7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,14 +1,3 @@ -* Prevent `?null=` being passed on JSON encoded test requests. - - `RequestEncoder#encode_params` won't attempt to parse params if - there are none. - - So call like this will no longer append a `?null=` query param. - - get foos_url, as: :json - - *Alireza Bashiri* - * Pass along arguments to underlying `get` method in `follow_redirect!` Now all arguments passed to `follow_redirect!` are passed to the underlying -- cgit v1.2.3