diff --git a/mvn-build/core/changelog.txt b/mvn-build/core/changelog.txt index 63b8db4c..bca3e0c7 100644 --- a/mvn-build/core/changelog.txt +++ b/mvn-build/core/changelog.txt @@ -13,6 +13,16 @@ http://www.ietf.org/rfc/rfc2696.txt Changes in version 1.2.2 (XXX 2008) ------------------------------------------- +* Added a method DistinguishedName.toCompactString that returns a more + compact String representation without blanks. (LDAP-91) + +* Improved search methods that take handlers so that they will work + with handlers that use ContextMappers, eg ContextMapperCallbackHandler. + (LDAP-107) + +* Fixed a problem where the narrowest possible exception subclass was + not always found in the exception translation. (LDAP-100) + * Made changes required for paged results to work when using Spring LDAP connection pool with a single connection. (LDAP-114)