diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-12 15:27:35 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-12 15:27:35 -0800 |
commit | 3d913a973097fdff1b5834e165ff0bef737365b5 (patch) | |
tree | 03869eff9dc73ea79e6abd1b019de39ece412267 /sites | |
parent | 29c87db1c88dc8188f3084ac29e04d04f40f8e31 (diff) |
Changelog re #859, re #860
Diffstat (limited to 'sites')
-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 ebe6f918..ff6e68ca 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing + :issue:`398` was not fully applied, causing calls to + `~paramiko.client.SSHClient.invoke_shell` to fail with ``AttributeError``. + This has been fixed. Patch credit: Kirk Byers. * :release:`1.18.0 <2016-12-09>` * :release:`1.17.3 <2016-12-09>` * :bug:`802 (1.17+)` (via :issue:`804`) Update our vendored Windows API module |