summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-05-31 16:51:56 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-05-31 16:51:56 -0400
commitf5460bcd0b86daf8b70b332e5ec2d576af910eb6 (patch)
tree0010dd4e5d08cf830a5aceededf5be427466def4
parent8b6694f11892d32c0754c77300765e34faeb2ba9 (diff)
downloadparamiko-f5460bcd0b86daf8b70b332e5ec2d576af910eb6.tar.gz
Changelog re #1378, closes #1378
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index f7d06fdc..6cbeb309 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :support:`1378 backported` Add support for the modern (as of Python 3.3)
+ import location of ``MutableMapping`` (used in host key management) to avoid
+ the old location becoming deprecated in Python 3.8. Thanks to Josh Karpel for
+ catch & patch.
- :release:`2.0.9 <2018-09-18>`
- :bug:`-` Modify protocol message handling such that ``Transport`` does not
respond to ``MSG_UNIMPLEMENTED`` with its own ``MSG_UNIMPLEMENTED``. This