summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-11 17:37:58 -0500
committerJeff Forcier <jeff@bitprophet.org>2022-03-11 17:37:58 -0500
commit4313c026a8cb926ca984cc2039be3b8b06c36859 (patch)
treee47fda185b08f1e1bfa9558daf60a3c795f66239 /sites
parent845b4fa9c14f7836e144a8838c10a5cc64a6c204 (diff)
downloadparamiko-4313c026a8cb926ca984cc2039be3b8b06c36859.tar.gz
Tweak changelog language a bit
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
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