diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 13:13:17 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 13:13:17 -0700 |
commit | 078b7c003bb2fd9423d23ce49e8de9f937dcfeea (patch) | |
tree | eb1db95a55b60d0d1caecc08a0e2479c64c54d56 /sites/www/changelog.rst | |
parent | ec7059d79770bb9890abd5c0514b67af7e9d2d52 (diff) | |
parent | 488b84dc8fdba312cdaacdff7dedbb89b1b52d15 (diff) |
Merge branch '1.16'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index f1e0c471..f662ae9a 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. |