diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:13:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:13:08 -0700 |
commit | 3b8ebc9292f22aaeeb3979260cd91a2969fff166 (patch) | |
tree | e316fcd970539043095f3faf739a1034eab9915f /sites/www/changelog.rst | |
parent | ab8448de4232d91915f51a8a26adfffa8ca05aa8 (diff) |
Reword/link changelog re #677, re #676
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index dcad7fe6..0371e137 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,8 +2,11 @@ Changelog ========= -* :bug:`676` paramiko.sftp_file.prefetch is now backwards compatible with - previous versions of paramiko (1.15 to 1.5) +* :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. * :bug:`577` (via :issue:`578`; should also fix :issue:`718`, :issue:`560`) Fix stalled/hung SFTP downloads by cleaning up some threading lock issues. Thanks to Stephen C. Pope for the patch. |