8000 [Ldap] Add missing upgrade note for ldap by jderusse · Pull Request #45825 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Ldap] Add missing upgrade note for ldap #45825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add missing upgrade note for ldap
  • Loading branch information
jderusse committed Mar 23, 2022
commit cd4d65553067c64b580bc0ef0a1c85f6754f0c7e
5 changes: 5 additions & 0 deletions UPGRADE-5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ HttpFoundation
* Mark `Request::get()` internal, use explicit input sources instead
* Deprecate `upload_progress.*` and `url_rewriter.tags` session options

Ldap
----

* Deprecate `LdapAuthenticator::createAuthenticatedToken()`, use `LdapAuthenticator::createToken()` instead

Lock
----

Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ Inflector

* The component has been removed, use `EnglishInflector` from the String component instead.

Ldap
----

* Remove `LdapAuthenticator::createAuthenticatedToken()`, use `LdapAuthenticator::createToken()` instead

Lock
----

Expand Down
0