Add Action Mailbox deprecations to 6.1 release notes (#44159)

* adds Rails.application.credentials.action_mailbox.api_key deprecation to 6.1 release notes

* add quotes

[Santiago Ramirez + Rafael Mendonça França]
This commit is contained in:
Santiago Ramirez 2022-01-12 17:12:39 -03:00 committed by GitHub
parent 18e3226c9b
commit 83a4fa414b
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-mailbox] for detailed changes.
### Deprecations
* Deprecate `Rails.application.credentials.action_mailbox.api_key` and `MAILGUN_INGRESS_API_KEY` in favor of `Rails.application.credentials.action_mailbox.signing_key` and `MAILGUN_INGRESS_SIGNING_KEY`.
### Notable changes
Ruby on Rails Guides