From 87e697f7b2428ce0798569a765a1eb5925685ab3 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 15:47:41 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e8ba908..d56d9b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,7 +8,7 @@ version 0.8.1 + Made logs less chatty by changing some info logging to be debug logging (GH-80) + Regex pattern matching for password prompt in `PasswordResponseProvider` (GH-77) -+ `AbstractChannel#close()` should be no-op if the channel is already closed. (GH-53?) ++ `abstractChannel.close()` should be no-op if the channel is already closed. (GH-53?) version 0.8.0 --------------