diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:59:04 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:59:04 -0700 |
commit | b67ee80ba6cbb985a537123a0ae099b81ddfc999 (patch) | |
tree | cac31900f730267ba489af43ce8763268bd9ae14 /sites | |
parent | 93694bb9ed4e28673586fd18ffce0fc0e925df1f (diff) |
Changelog closes #516
Diffstat (limited to 'sites')
-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 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. |