提交 0f156100 编写于 作者: G Guillermo Iguaran

Update CHANGELOG properly with GH #13692 [ci-skip]

上级 b2425524
* Add `:serializer` option for `config.session_store :cookie_store`. This
changes default serializer when using `:cookie_store` to
`ActionDispatch::Session::MarshalSerializer` which is wrapper on Marshal.
It is also possible to pass:
* `:json_serializer` which is secure wrapper on JSON using `JSON.parse` and
`JSON.generate` methods with quirks mode;
* any other Symbol or String like `:my_custom_serializer` which will be
camelized and constantized in `ActionDispatch::Session` namespace;
* serializer object with `load` and `dump` methods defined.
*Łukasz Sarnacki + Matt Aimonetti*
* Ensure that `request.filtered_parameters` is reset between calls to `process`
in `ActionController::TestCase`.
......@@ -49,20 +63,6 @@
*Alessandro Diaferia*
* Add `:serializer` option for `config.session_store :cookie_store`. This
changes default serializer when using `:cookie_store` to
`ActionDispatch::Session::MarshalSerializer` which is wrapper on Marshal.
It is also possible to pass:
* `:json_serializer` which is secure wrapper on JSON using `JSON.parse` and
`JSON.generate` methods with quirks mode;
* any other Symbol or String like `:my_custom_serializer` which will be
camelized and constantized in `ActionDispatch::Session` namespace;
* serializer object with `load` and `dump` methods defined.
*Łukasz Sarnacki*
* Allow an absolute controller path inside a module scope. Fixes #12777.
Example:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册