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 --------------