diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:31:59 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:31:59 -0800 |
commit | 227b98e8240b32c77f40b77b8dcfec514bd60578 (patch) | |
tree | 5de8a51aa906e72dde3c7f183ad902c7027937f6 /sites/www | |
parent | fb5f3209949085dc29b4f64a2e38e5b59ed86657 (diff) |
Fix #854
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 7c826532..0a96258d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :support:`854 backported` Fix incorrect docstring/param-list for + `Transport.auth_gssapi_keyex + <paramiko.transport.Transport.auth_gssapi_keyex>` so it matches the real + signature. Caught by ``@Score_Under``. * :bug:`681` Fix a Python3-specific bug re: the handling of read buffers when using ``ProxyCommand``. Thanks to Paul Kapp for catch & patch. * :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers |