diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-19 12:26:48 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-19 12:26:48 -0700 |
commit | 84995f99a9528b84bd1666060c832ca673641a53 (patch) | |
tree | 463645c3ae74ed98d38ca7578f6e125ef196d14d /sites/www | |
parent | 8e2d4321509cf942c3d499b643b1978b1addaebf (diff) |
Changelog re #167
Diffstat (limited to 'sites/www')
-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 d0bd481c..49067855 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :feature:`167` Add `.SSHConfig.get_hostnames` for easier introspection of a + loaded SSH config file or object. Courtesy of Søren Løvborg. * :release:`1.15.0 <2014-09-18>` * :support:`393` Replace internal use of PyCrypto's ``SHA.new`` with the stdlib's ``hashlib.sha1``. Thanks to Alex Gaynor. |