From ed1a2c5e81dcb5ed0a32715907a608a6d9cbafcc Mon Sep 17 00:00:00 2001 From: shikhar Date: Thu, 23 Jun 2011 13:50:20 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index dc3d2e9..ff78313 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,13 @@ +version 0.4.2-SNAPSHOT +----------------------- + ++ In case of `publickey` authentication using a string rather than a file, prevent private key data from leaking in logs / on authentication exception. + version 0.4.1 --------------- + Fix for GH-18 (intermittent key exchange failures). -+ Support for public key authentication from strings. ++ Support for `publickey` authentication from strings. version 0.4.0 -----------------------