summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 12:12:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 13:13:09 -0700
commit2d4ad462d58370dcf498b56b567f3babca0052d6 (patch)
treecce4bb5420c6f1503c09177d943c651cda4badb2 /sites
parentc312b620e7945797468702aeb27cb58def3f0f80 (diff)
Expose some effectively-public Channel attributes in API docs.
Closes #621
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index ce984035..feef1c9b 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :support:`621 backported` Annotate some public attributes on
+ `~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev
+ for the report.
* :bug:`632` Fix logic bug in the SFTP client's callback-calling functionality;
previously there was a chance the given callback would fire twice at the end
of a transfer. Thanks to ``@ab9-er`` for catch & original patch.