Changelog re #58

This commit is contained in:
Jeff Forcier 2014-02-11 15:10:39 -08:00
parent 725b96c0ae
commit c73616b5b3
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Changelog
=========
* :feature:`58` Allow client code to access the stored SSH server banner via
``Transport.get_banner()``. Thanks to ``@Jhoanor`` for the patch.
* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
SFTP servers regarding request/response ordering. Thanks to Richard
Kettlewell for catch & patch.