From d9c44d428e19b64c891423cf651645044a6938ce Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Mon, 18 Nov 2019 15:13:17 -0600 Subject: [PATCH] Update changelog --- History.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.rdoc b/History.rdoc index 3fcc291b..9b4a79e5 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,10 @@ +=== Net::LDAP 0.16.2 + +* Net::LDAP#open does not cache bind result {#334}[https://github.com/ruby-ldap/ruby-net-ldap/pull/334] +* Fix CI build {#333}[https://github.com/ruby-ldap/ruby-net-ldap/pull/333] +* Fix to "undefined method 'result_code'" {#308}[https://github.com/ruby-ldap/ruby-net-ldap/pull/308] +* Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github.com/ruby-ldap/ruby-net-ldap/pull/285] + === Net::LDAP 0.16.1 * Send DN and newPassword with password_modify request {#271}[https://github.com/ruby-ldap/ruby-net-ldap/pull/271]