summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 13:13:17 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 13:13:17 -0700
commit488b84dc8fdba312cdaacdff7dedbb89b1b52d15 (patch)
treed8c969fe55f45f4d1ae5a6e42bb30eaf1a938295 /sites
parenta0bf23a25c39d5c4d61dda29b60b04c1a6fd1c41 (diff)
parent2d4ad462d58370dcf498b56b567f3babca0052d6 (diff)
Merge branch '1.15' into 1.16
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 69b65360..6a605216 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.