diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:10:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:10:39 -0800 |
commit | c73616b5b34e10fa40dede6b93f98c212869b056 (patch) | |
tree | 71edee4303fa594f1bdc3ecd754197000301fe5e /sites/www/changelog.rst | |
parent | 725b96c0aeec8169935f8e49472f872160822199 (diff) |
Changelog re #58
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index af4c69e4..7247eb76 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -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. |