diff --git a/Changelog.md b/Changelog.md index ebe0154..b6202d3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ version 0.3.0-SNAPSHOT + Client was still identifying as `SSHJ_0_1` -- changed to `SSHJ_0_3`. + Support for SFTP versions less than 3. + Host based authentication - see `net.schmizz.sshj.userauth.method.AuthHostbased` - pass an instance to `SSHClient.auth()` to use. ++ Added `Channel.join()' to allow blocking on channel close event. Useful e.g. when waiting for a command to exit. + Various code cleanups. version 0.2.3