Skip to content

Commit 011efe1

Browse files
committed
Add deprecation note to docs
1 parent 3fd0025 commit 011efe1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

UPGRADE-7.3.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Read more about this in the [Symfony documentation](https://symfony.com/doc/7.3/
88

99
If you're upgrading from a version below 7.1, follow the [7.2 upgrade guide](UPGRADE-7.2.md) first.
1010

11+
12+
SecurityBundle
13+
--------------
14+
15+
* Deprecate the `security.hide_user_not_found` config option in favor of `security.expose_security_errors`
16+
1117
Serializer
1218
----------
1319

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
* Add `Security::isGrantedForUser()` to test user authorization without relying on the session. For example, users not currently logged in, or while processing a message from a message queue
88
* Add `expose_security_errors` config option to display `AccountStatusException`
9+
* Deprecate the `security.hide_user_not_found` config option in favor of `security.expose_security_errors`
910

1011
7.2
1112
---

0 commit comments

Comments
 (0)