diff --git a/Changelog.md b/Changelog.md index ed80b41..4e04dab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,15 @@ version 0.7.0 -------------- -+ TODO ++ GH-41: `OpenSSHKnownHosts` re-implemented to better support the format seen in the wild, e.g. optional markers. ++ `SocketClient` made public so that SSHClient can be mocked for testing. ++ GH-37: Publish sources jar. ++ Fixed typo on `SFTPClient.getFileTansfer()` ++ Removed deprecated methods on `Session.Command`, `getOutputAsString()` and `getErrorAsString()`. ++ Window adjustments were being logged incorrectly, fixed. ++ GH-47: Fix a condition where `ChannelOutputStream` writes or flushes may wrongly block sitting around waiting for window adjustments where none was required. Issue was observed with non-OpenSSH servers like dropbear and WinSSHD. ++ GH-50: Fix for using sshj in OSGi. ++ GH-26: Local port forwarding - there was no way to cleanly close the server socket. version 0.6.1 --------------