From 83a4fa414bc9e5008825f47857fdd80e85c82033 Mon Sep 17 00:00:00 2001 From: Santiago Ramirez Date: Wed, 12 Jan 2022 17:12:39 -0300 Subject: [PATCH] Add Action Mailbox deprecations to 6.1 release notes (#44159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * adds Rails.application.credentials.action_mailbox.api_key deprecation to 6.1 release notes * add quotes [Santiago Ramirez + Rafael Mendonça França] --- guides/source/6_1_release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/6_1_release_notes.md b/guides/source/6_1_release_notes.md index 595f01bd70..350cc8019b 100644 --- a/guides/source/6_1_release_notes.md +++ b/guides/source/6_1_release_notes.md @@ -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