Skip to content

Commit

Permalink
Update 7_1_release_notes.md (#49285)
Browse files Browse the repository at this point in the history
* Update 7_1_release_notes.md

For context see #45867

Include in release notes the deprecation of `true` and `false` values
for `config.action_dispatch.show_exceptions` in favor of `:all`,
`:rescuable` and `:none`.

* Update 7_1_release_notes.md

Co-authored-by: Hartley McGuire <skipkayhil@gmail.com>

---------

Co-authored-by: Hartley McGuire <skipkayhil@gmail.com>
Co-authored-by: Rafael Mendonça França <rafael@rubyonrails.org>
  • Loading branch information
3 people committed Sep 15, 2023
1 parent 3c8e3fe commit a50be00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guides/source/7_1_release_notes.md
Expand Up @@ -492,12 +492,14 @@ Please refer to the [Changelog][action-pack] for detailed changes.

* Deprecate `config.action_dispatch.return_only_request_media_type_on_content_type`.

* Deprecate `AbstractController::Helpers::MissingHelperError`
* Deprecate `AbstractController::Helpers::MissingHelperError`.

* Deprecate `ActionDispatch::IllegalStateError`.

* Deprecate `speaker`, `vibrate`, and `vr` permissions policy directives.

* Deprecate `true` and `false` values for `config.action_dispatch.show_exceptions` in favor of `:all`, `:rescuable`, or `:none`.

### Notable changes

* Add `exclude?` method to `ActionController::Parameters`. It is the inverse of `include?` method.
Expand Down

0 comments on commit a50be00

Please sign in to comment.