summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-06-06 14:53:47 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-06-06 14:53:47 -0400
commit773034515ce7e0b56bd18e32b4ac9ff25aa3e4c6 (patch)
treecc12971f3adca3f7652b672f8306a0caa2a37bc0 /sites/www
parent85a8203bb8b0dcde859a75bbd6500f30b34b95d5 (diff)
Changelog and docstring tweaks re #1846
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index f3ff0749..7f70c232 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+- :feature:`1846` Add a ``prefetch`` keyword argument to `SFTPClient.get <paramiko.sftp_client.SFTPClient.get>`/`SFTPClient.getfo <paramiko.sftp_client.SFTPClient.getfo>`
+ so users who need to skip SFTP prefetching are able to conditionally turn it
+ off. Thanks to Github user ``@h3ll0r`` for the PR.
- :release:`2.7.2 <2020-08-30>`
- :support:`- backported` Update our CI to catch issues with sdist generation,
installation and testing.