diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 15:10:12 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 15:10:12 -0800 |
commit | c0520adbe5905af2befc85064b25f3ba0a39b019 (patch) | |
tree | bc80b32b9e433632540a54f2fb5fcad9e6bbe73d | |
parent | dc1e3d0f787fd042d5eeb1f7ac0dd60c0aabbd1f (diff) |
Changelog closes #413
-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 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. |