Skip to content

Commit 83a4fa4

Browse files
authored
Add Action Mailbox deprecations to 6.1 release notes (rails#44159)
* adds Rails.application.credentials.action_mailbox.api_key deprecation to 6.1 release notes * add quotes [Santiago Ramirez + Rafael Mendonça França]
1 parent 18e3226 commit 83a4fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/source/6_1_release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ Please refer to the [Changelog][action-mailbox] for detailed changes.
441441
442442
### Deprecations
443443
444+
* 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`.
445+
444446
### Notable changes
445447
446448
Ruby on Rails Guides

0 commit comments

Comments
 (0)