aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-07-20 21:13:14 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2018-07-20 21:13:14 +0200
commit486e5153cb0a98cf76bd7b679896d2a3f8167553 (patch)
tree01cc931d11cc1373bf05914afa53909113f4ad16 /actionpack
parent3e2629eb7fae33cd521bf1c265d1bbe8ed04c59e (diff)
downloadrails-486e5153cb0a98cf76bd7b679896d2a3f8167553.tar.gz
rails-486e5153cb0a98cf76bd7b679896d2a3f8167553.tar.bz2
rails-486e5153cb0a98cf76bd7b679896d2a3f8167553.zip
[ci skip] Strike changelog entry, since it's 5.2 backported.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md11
1 files changed, 0 insertions, 11 deletions
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