Skip to content

Commit

Permalink
Changelog closes paramiko#774
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 26, 2016
1 parent 94ae8ff commit c0c0dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

* :bug:`774 (1.16+)` Add a ``_closed`` private attribute to
`~paramiko.channel.Channel` objects so that they continue functioning when
used as proxy sockets under Python 3 (e.g. as ``direct-tcpip`` gateways for
other Paramiko connections.)
* :bug:`758 (1.16+)` Apply type definitions to ``_winapi`` module from
`jaraco.windows <https://github.com/jaraco/jaraco.windows>`_ 3.6.1. This
should address issues on Windows platforms that often result in errors like
Expand Down

0 comments on commit c0c0dff

Please sign in to comment.