summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-11 15:10:39 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-11 15:10:39 -0800
commitc73616b5b34e10fa40dede6b93f98c212869b056 (patch)
tree71edee4303fa594f1bdc3ecd754197000301fe5e /sites/www/changelog.rst
parent725b96c0aeec8169935f8e49472f872160822199 (diff)
Changelog re #58
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst2
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.