From f1e9861b50eb0b5e8efcec462a91827d5c7ffbde Mon Sep 17 00:00:00 2001 From: blackhedd Date: Sun, 27 Aug 2006 03:26:46 +0000 Subject: [PATCH] change notes --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 406afe3..b9a5ac6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ * Added Net::LDAP::Entry#to_ldif * Patched Rakefile so it actually runs the test suite. Thanks to Daniel Berger for submitting his patch. +* Changed Net::LDAP::Entry so it can be marshalled and unmarshalled. + Thanks to an anonymous feature requester who only left the name + "Jammy." == Net::LDAP 0.0.4: August 15, 2006 * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for