diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:28:57 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:28:57 -0800 |
commit | ea043958682a1e47d6f28cfa2adc74ec51feafc0 (patch) | |
tree | d53a45d4e8d02209c90d8ad663c9a571140b7ada | |
parent | 4bdafc04cb6cfcd690d5a3a56a9cbe87a9b8ae27 (diff) | |
parent | f58afa4bdf6d0194669a354e1d6272950d5d0c33 (diff) |
Merge branch '2.1'
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 19909725..8c0b646c 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -17,8 +17,8 @@ Changelog * :release:`2.1.1 <2016-12-12>` * :release:`2.0.4 <2016-12-12>` * :release:`1.18.1 <2016-12-12>` -* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing - :issue:`398` was not fully applied, causing calls to +* :bug:`859 (1.18+)` (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. * :bug:`-` Accidentally merged the new features from 1.18.0 into the |