summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 15:10:12 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 15:10:12 -0800
commitc0520adbe5905af2befc85064b25f3ba0a39b019 (patch)
treebc80b32b9e433632540a54f2fb5fcad9e6bbe73d
parentdc1e3d0f787fd042d5eeb1f7ac0dd60c0aabbd1f (diff)
downloadparamiko-c0520adbe5905af2befc85064b25f3ba0a39b019.tar.gz
Changelog closes #413
-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 1c312ba2..68f5e910 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`413` Replace handrolled ``ssh_config`` parsing code with use of the
+ ``shlex`` module. Thanks to Yan Kalchevskiy.
* :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg.
* :support:`421` Modernize threading calls to user newer API. Thanks to Olle
Lundberg.