From 185b9599b638236f81bba14fb3e76661edbc7aee Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 16:06:56 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d56d9b8..ef51ff1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,10 @@ version 0.9.0-SNAPSHOT ----------------------- -TODO ++ Throw `IllegalStateException` for sanity-checking instead of assert statements inside `SSHClient` (GH-89) ++ Use debug rather than info logging when failing to load keys from a location in `sshClient.authPublickey(user, locations...)` (GH-84) ++ Possibility of `ArrayIndexOutOfBoundsException` on `channelOutputStream.write()` (GH-99, GH-104) ++ .. TODO version 0.8.1 --------------