8000 Add missing deprecation entry · symfony/symfony@9e24731 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e24731

Browse files
committed
Add missing deprecation entry
1 parent 4bdc0f4 commit 9e24731

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+
* symfony/slack-notifier: Remove `SlackOptions::channel()`, use `SlackOptions::recipient()` instead.
120+
116121
OptionsResolver
117122
---------------
118123

0 commit comments

Comments
 (0)
0