summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:00:07 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:00:08 -0800
commit4c43c08cdd33cb802007e1c314915432048d0c96 (patch)
tree431868d09f116baa7449fb087ef7902486cb0966
parent3fa1393e0c99f58743f4e4bcbcf64565ba3555b7 (diff)
downloadparamiko-4c43c08cdd33cb802007e1c314915432048d0c96.tar.gz
Correctly mark #859 as being in 1.18 on up
-rw-r--r--sites/www/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 22695a85..077ba159 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -14,8 +14,8 @@ Changelog
we don't support, and add PyPy to Travis-CI config. Thanks to Pierce Lopez
for the final patch and Pedro Rodrigues for an earlier edition.
* :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.
* :release:`1.18.0 <2016-12-09>`