mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added deprecations and removals notes for Action Pack [ci skip]
This commit is contained in:
parent
4d94b1de16
commit
1bb99ae7ad
2 changed files with 6 additions and 3 deletions
|
@ -172,7 +172,7 @@
|
|||
|
||||
*Yuji Yaginuma*
|
||||
|
||||
* Deprecate `ActionDispatch::TestResponse` response aliases
|
||||
* Deprecate `ActionDispatch::TestResponse` response aliases.
|
||||
|
||||
`#success?`, `#missing?` & `#error?` are not supported by the actual
|
||||
`ActionDispatch::Response` object and can produce false-positives. Instead,
|
||||
|
|
|
@ -107,11 +107,14 @@ Please refer to the [Changelog][action-pack] for detailed changes.
|
|||
|
||||
### Removals
|
||||
|
||||
ToDo
|
||||
* Removed deprecated `ActionController::ParamsParser::ParseError`.
|
||||
([Commit](https://github.com/rails/rails/commit/e16c765ac6d))
|
||||
|
||||
### Deprecations
|
||||
|
||||
ToDo
|
||||
* Deprecated `#success?`, `#missing?` and `#error?` aliases of
|
||||
`ActionDispatch::TestResponse`.
|
||||
([Pull Request](https://github.com/rails/rails/pull/30104))
|
||||
|
||||
### Notable changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue