summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 14:06:24 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 14:06:24 -0700
commit2c88810cc4c989cb8ef7294e26cece4a7189b9f2 (patch)
tree629de1d0a6f60e342efb70cd18ac6b56ad0fec29
parent9c46084ac1b40cb781c6913571aed097ef7589a1 (diff)
downloadparamiko-2c88810cc4c989cb8ef7294e26cece4a7189b9f2.tar.gz
Changelog re #906
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 49297c0e..b18b6977 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`906 (1.18+)` Clean up a handful of outdated imports and related
+ tweaks. Thanks to Pierce Lopez.
* :bug:`971 (1.17+)` Allow any type implementing the buffer API to be used with
`BufferedFile <paramiko.file.BufferedFile>`, `Channel
<paramiko.channel.Channel>`, and `SFTPFile <paramiko.sftp_file.SFTPFile>`.