diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-10 16:50:19 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-03-11 11:38:18 -0500 |
commit | a8e9a0fd717d1fe77b0b69419d49c9147711d4a5 (patch) | |
tree | a3eb77390f3a8cb671cbbfc472dcb46ea567ddab /sites | |
parent | 3bb7877c13c22ec184ec77e4c4396539ae9f90b4 (diff) |
Changelog re #1509, re #1837, closes #1868
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9387aabf..a1289968 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :feature:`1509` (via :issue:`1868`, :issue:`1837`) Add support for OpenSSH's + Windows agent as a fallback when Putty/WinPageant isn't available or + functional. Reported by ``@benj56``, early patchset by ``@lewgordon``, and + later PR courtesy of Patrick Spendrin. - :bug:`892 major` Significantly speed up low-level read/write actions on `~paramiko.sftp_file.SFTPFile` objects by using `bytearray`/`memoryview`. This is unlikely to change anything for users of the higher level methods |