Merge pull request #49213 from akhilgkrishnan/action-config-removal-release-note

Remove AbstractController::Translation.raise_on_missing_translations added to release note [skip ci]
This commit is contained in:
Ryuta Kamizono 2023-09-11 15:26:27 +09:00 committed by GitHub
commit bb4dbd14f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,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`.