diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 13:27:22 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 13:27:22 -0700 |
commit | b8022866fac62d1757aa730d5991030f223088fd (patch) | |
tree | 3788e26fb275b19ed8544837e0401977dfa6c670 /sites | |
parent | 0e784d81131a369da88051e4c12dd6e4b5e3c8b1 (diff) |
Changelog re #184
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e18b5368..57f00f12 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :feature:`184` Support quoted values in SSH config file parsing. Credit to + Yan Kalchevskiy. * :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. |