[ci skip] Move changelog entry up top. Clarify.

上级 ccfd9272
* 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*
* Fix strong parameters `permit!` with nested arrays.
Given:
......@@ -325,12 +336,5 @@
*Julian Nadeau*
* Prevent `RequestEncoder#encode_params` to parse falsey params
Now `RequestEncoder#encode_params` doesn't convert
falsey params into query string.
*Alireza Bashiri*
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md) for previous changes.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册