diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-11 17:37:58 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-03-11 17:37:58 -0500 |
commit | 4313c026a8cb926ca984cc2039be3b8b06c36859 (patch) | |
tree | e47fda185b08f1e1bfa9558daf60a3c795f66239 | |
parent | 845b4fa9c14f7836e144a8838c10a5cc64a6c204 (diff) |
Tweak changelog language a bit
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a1289968..6ffd9cf1 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -4,8 +4,8 @@ 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. + functional. Reported by ``@benj56`` with patches/PRs from ``@lewgordon`` and + 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 |