Update CHANGELOG.markdown.

This commit is contained in:
Matvey Aksenov 2017-07-04 20:31:53 +00:00
parent 824b44ac22
commit 3c7e4585da

View File

@ -6,3 +6,5 @@ next
* Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the
cases where the user needs more control over TLS connection settings.
(https://github.com/supki/ldap-client/issues/5, https://github.com/supki/ldap-client/pull/6)
* Switched the decoding of server's messages to BER (See https://tools.ietf.org/html/rfc4511#section-5.1) (https://github.com/supki/ldap-client/pull/11)