diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 11:44:22 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 11:44:22 -0700 |
commit | 35b9d1540bd98af39e133960c61b06aba621f30d (patch) | |
tree | bbcf8458fd83cb6de5660478218950b8ef26863b /sites | |
parent | b2323505b0a3e22d37a30ecdab9624bd086726e6 (diff) |
Changelog re #131
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 24679d5f..e18b5368 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :feature:`131` Add a `~paramiko.sftp_client.SFTPClient.listdir_iter` method + to `~paramiko.sftp_client.SFTPClient` allowing for more efficient, + async/generator based file listings. Thanks to John Begeman. * :support:`378 backported` Minor code cleanup in the SSH config module courtesy of Olle Lundberg. * :support:`249` Consolidate version information into one spot. Thanks to Gabi |