summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-09-30 15:59:04 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-09-30 15:59:04 -0700
commitb67ee80ba6cbb985a537123a0ae099b81ddfc999 (patch)
treecac31900f730267ba489af43ce8763268bd9ae14 /sites
parent93694bb9ed4e28673586fd18ffce0fc0e925df1f (diff)
Changelog closes #516
Diffstat (limited to 'sites')
-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 5b900c61..b7f19d63 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.