summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-07 09:32:36 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-07 09:32:36 -0800
commit6149486d3c87b07484e84ce491c991cd46d5b607 (patch)
treed9b5cc8e5af7ce321d01320144ee36740eddb19c
parent8c1976cf1337eb7a3e805fc0fe3fd6891d01c874 (diff)
downloadparamiko-6149486d3c87b07484e84ce491c991cd46d5b607.tar.gz
Changelog for backport of #1108
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 64c9b577..0e31b522 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`1108 (1.17+)` Rename a private method keyword argument (which was named
+ ``async``) so that we're compatible with the upcoming Python 3.7 release
+ (where ``async`` is a new keyword.) Thanks to ``@vEpiphyte`` for the report.
* :support:`- backported` Include LICENSE file in wheel archives.
* :bug:`1055 (1.17+)` (also :issue:`1056`, :issue:`1057`, :issue:`1058`,
:issue:`1059`) Fix up host-key checking in our GSSAPI support, which was