Remove AbstractController::Translation.raise_on_missing_translations added to release note

This commit is contained in:
Akhil G Krishnan 2023-09-10 05:10:48 +00:00 committed by GitHub
parent ed0c34d1e0
commit f4c868ffbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -441,6 +441,8 @@ Please refer to the [Changelog][action-pack] for detailed changes.
* Remove deprecated `poltergeist` and `webkit` (capybara-webkit) driver registration for system testing.
* Remove `AbstractController::Translation.raise_on_missing_translations` in favor of `config.i18n.raise_on_missing_translations`.
### Deprecations
* Deprecate `config.action_dispatch.return_only_request_media_type_on_content_type`.