diff --git a/ChangeLog b/ChangeLog index 250c18d..319108d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ * Supported rootDSE searches with a new API. * Minor bug fixes here and there * Some fairly extensive performance optimizations in the BER parser. +* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by + Matthias Tarasiewicz. +* Added [reliminary (still undocumented) support for SASL authentication. == Net::LDAP 0.0.4: August 15, 2006 * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for