8000 [Ldap] add a changelog file · symfony/symfony@5bdda6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bdda6c

Browse files
committed
[Ldap] add a changelog file
1 parent 3aaec6f commit 5bdda6c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
3.1.0
5+
-----
6+
7+
* The `LdapClient` class is deprecated. Use the `Ldap` class instead.

src/Symfony/Component/Ldap/LdapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Francis Besset <francis.besset@gmail.com>
1919
* @author Charles Sarrazin <charles@sarraz.in>
2020
*
21-
* @deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead.
21+
* @deprecated since version 3.1, to be removed in 4.0. Use the Ldap class instead.
2222
*/
2323
final class LdapClient implements LdapClientInterface
2424
{

src/Symfony/Component/Ldap/LdapClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Grégoire Pineau <lyrixx@lyrixx.info>
2020
* @author Charles Sarrazin <charles@sarraz.in>
2121
*
22-
* @deprecated You should use LdapInterface instead
22+
* @deprecated since version 3.1, to be removed in 4.0. Use the LdapInterface instead.
2323
*/
2424
interface LdapClientInterface extends LdapInterface
2525
{

0 commit comments

Comments
 (0)
0