This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Ldap/CHANGELOG.md

19 lines
395 B
Markdown
Raw Normal View History

2017-05-20 14:43:53 +01:00
CHANGELOG
=========
2017-05-20 07:34:47 +01:00
4.0.0
-----
* removed the `LdapClient` class and the `LdapClientInterface`
* removed the `RenameEntryInterface` interface and merged with `EntryManagerInterface`
2017-05-20 07:34:47 +01:00
2017-07-06 08:01:40 +01:00
3.3.0
-----
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
2017-05-20 14:43:53 +01:00
3.1.0
-----
* The `LdapClient` class is deprecated. Use the `Ldap` class instead.