summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-09-30 15:59:05 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-09-30 15:59:05 -0700
commitdfaa11af5cc4c1da42f0b61ba5e3c45e6e2e3854 (patch)
tree05b6432aab5168c086978256c43f3897576e52ba /sites/www
parentff7c400d3d54f233fb5fe82d7233bc2f93f5aab4 (diff)
parentb67ee80ba6cbb985a537123a0ae099b81ddfc999 (diff)
Merge branch '1.15'
Diffstat (limited to 'sites/www')
-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 df4a8d82..d47f051a 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`516 backported` Document `~paramiko.agent.AgentRequestHandler`.
+ Thanks to ``@toejough`` for report & suggestions.
* :bug:`496` Fix a handful of small but critical bugs in Paramiko's GSSAPI
support (note: this includes switching from PyCrypo's Random to
`os.urandom`). Thanks to Anselm Kruis for catch & patch.