summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-20 10:08:49 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-20 10:08:49 -0700
commit74d83f2c74738971ea103e7524dd57316b15046c (patch)
tree25610caae357662c25d8055296d18baea97c5f08 /sites/www/changelog.rst
parentd563ba28291fa1f966353c5ef7e4c32680aa93e8 (diff)
parent84995f99a9528b84bd1666060c832ca673641a53 (diff)
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'sites/www/changelog.rst')
-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 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.