summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:49:20 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:49:20 -0700
commit7dca2fa4a484a9e028e8fa9929cd01e1d8f19b35 (patch)
treebce40cb3ae5b8cebed0b4b1d70ca0d9b2dbf5883
parente65ebf32562380db20946f2e4c3408fcbccefae7 (diff)
downloadparamiko-7dca2fa4a484a9e028e8fa9929cd01e1d8f19b35.tar.gz
Changelog re #971 (based on f0124d9)
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 97f5884b..ec850e87 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :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>`.
+ This resolves a regression introduced in 1.13 with the Python 3 porting
+ changes, when using types such as ``memoryview``. Credit: Martin Packman.
* :support:`956 backported` Switch code coverage service from coveralls.io to
codecov.io (& then disable the latter's auto-comments.) Thanks to Nikolai
Røed Kristiansen for the patch.