diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:31:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:31:55 -0700 |
commit | 86645149c9d066d5fe9222525c8bdf91df7f7de9 (patch) | |
tree | 1fa5cf9e7ca383991208ef9eee904549992a13b7 /sites/www | |
parent | aebd59218f0fc622f77fac552abd9ed1f202383a (diff) | |
parent | 48ec43b2009ca5fd8b417849fa73af20b43d1c18 (diff) |
Merge branch '1.17'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 65798259..7cca1840 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`676` (via :issue:`677`) Fix a backwards incompatibility issue that + cropped up in `SFTPFile.prefetch <~paramiko.sftp_file.prefetch>` re: the + erroneously non-optional ``file_size`` parameter. Should only affect users + who manually call ``prefetch``. Thanks to ``@stevevanhooser`` for catch & + patch. * :feature:`394` Replace PyCrypto with the Python Cryptographic Authority (PyCA) 'Cryptography' library suite. This improves security, installability, and performance; adds PyPy support; and much more. |