diff --git a/changelog.txt b/changelog.txt index cb58de30..5944fb1f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,6 +22,9 @@ Changes in version 1.3.1 (October 2010) associated mapper with an indication that the response is different for each search result. (LDAP-185) +* AbstractTlsDirContextAuthenticationStrategy now provides a setter for + customizing SSLSocketFactory used for TLS negotiation. (LDAP-180) + * DirContextAdapter.getObjectAttribute now returns null if the attribute exists but with no value. Added method attributeExists for cases where it has to be detected whether it was one or the other. (LDAP-215)