8000 minor #41309 [Notifier] Add missing deprecation entry (jschaedl) · symfony/symfony@1769685 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1769685

Browse files
minor #41309 [Notifier] Add missing deprecation entry (jschaedl)
This PR was merged into the 5.2 branch. Discussion ---------- [Notifier] Add missing deprecation entry | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | <!-- required for new features --> follow-up on #41298 Commits ------- 257d9ba Add missing deprecation entry
2 parents 3dc9802 + 257d9ba commit 1769685

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

UPGRADE-5.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Notifier
101101
arguments were removed.
102102
* [BC BREAK] The `EmailMessage::fromNotification()` and `SmsMessage::fromNotification()`
103103
methods' `$transport` argument was removed.
104+
* Deprecate `SlackOptions::channel()`, use `SlackOptions::recipient()` instead.
104105

105106
OptionsResolver
106107
---------------

UPGRADE-5.2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,3 @@ Security
173173
* Deprecated the `AbstractRememberMeServices::$providerKey` property in favor of
174174
`AbstractRememberMeServices::$firewallName`, the old property will be removed
175175
in 6.0.
176-

UPGRADE-6.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ Monolog
113113
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` has been replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` is now final.
114114
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` has been replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` is now final.
115115

116+
Notifier
117+
--------
118+
119+
* Remove `SlackOptions::channel()`, use `SlackOptions::recipient()` instead.
120+
116121
OptionsResolver
117122
---------------
118123

0 commit comments

Comments
 (0)
0