From 53e7f95ad4ce2f850a33a052590c38822235be25 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 16:09:06 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 98de1de..9b67e33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,8 @@ version 0.9.0-SNAPSHOT + Possibility of `ArrayIndexOutOfBoundsException` on `channelOutputStream.write()` (GH-99, GH-104) + We were missing a socket flush during the initial SSH banner exchange. + Connection and transport layer timeout methods are now millisecond granularity. `getTimeout()`/`setTimeout()` are called `getTimeoutMs()`/`setTimeoutMs()` respectively. -+ .. TODO ++ Visibility issue on some channel request info received from server like exit status (GH-114) + version 0.8.1 --------------