[Ldap] add a changelog file

This commit is contained in:
Christian Flothmann 2017-05-20 15:43:53 +02:00
parent 3aaec6f3a6
commit 5bdda6ce74
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
CHANGELOG
=========
3.1.0
-----
* The `LdapClient` class is deprecated. Use the `Ldap` class instead.

View File

@ -18,7 +18,7 @@ namespace Symfony\Component\Ldap;
* @author Francis Besset <francis.besset@gmail.com>
* @author Charles Sarrazin <charles@sarraz.in>
*
* @deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead.
* @deprecated since version 3.1, to be removed in 4.0. Use the Ldap class instead.
*/
final class LdapClient implements LdapClientInterface
{

View File

@ -19,7 +19,7 @@ namespace Symfony\Component\Ldap;
* @author Grégoire Pineau <lyrixx@lyrixx.info>
* @author Charles Sarrazin <charles@sarraz.in>
*
* @deprecated You should use LdapInterface instead
* @deprecated since version 3.1, to be removed in 4.0. Use the LdapInterface instead.
*/
interface LdapClientInterface extends LdapInterface
{