Skip to content

Commit 987e8af

Browse files
committed
minor symfony#52747 [Security] Document BC break with $secret parameter introduction (wouterj)
This PR was merged into the 6.4 branch. Discussion ---------- [Security] Document BC break with $secret parameter introduction | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Deprecation was converted to an exception symfony#52469 Commits ------- 0182b9f Document BC break with $secret parameter introduction
2 parents fd85bf4 + 0182b9f commit 987e8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-6.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Security
198198
* [BC break] `UserValueResolver` no longer implements `ArgumentValueResolverInterface`
199199
* [BC break] Make `PersistentToken` immutable
200200
* Deprecate accepting only `DateTime` for `TokenProviderInterface::updateToken()`, use `DateTimeInterface` instead
201-
* Deprecate calling the constructor of `DefaultLoginRateLimiter` with an empty secret
201+
* [BC break] Added required `string $secret` parameter to the constructor of `DefaultLoginRateLimiter`
202202

203203
SecurityBundle
204204
--------------

0 commit comments

Comments
 (0)