summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-05 13:27:22 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-05 13:27:22 -0700
commitb8022866fac62d1757aa730d5991030f223088fd (patch)
tree3788e26fb275b19ed8544837e0401977dfa6c670 /sites
parent0e784d81131a369da88051e4c12dd6e4b5e3c8b1 (diff)
Changelog re #184
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst2
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.