summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-02-16 16:57:35 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-02-16 16:59:36 -0500
commit4ced4229b67d7e6e93e8e0ea0431d52075fbbaa3 (patch)
treec735c2d7f405ea6c752f3c175b9e4dc3610793e6
parent534fc2d19c0d2e1d9d69ddc348413cea4e2429b4 (diff)
downloadparamiko-4ced4229b67d7e6e93e8e0ea0431d52075fbbaa3.tar.gz
Add credit in changelog re #2173
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index fa8610ff..b13fe9e0 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -4,7 +4,7 @@ Changelog
- :feature:`2173` Accept single tabs as field separators (in addition to
single spaces) in `<paramiko.hostkeys.HostKeyEntry.from_line>` for parity
- with OpenSSH's KnownHosts parser.
+ with OpenSSH's KnownHosts parser. Patched by Alex Chavkin.
- :support:`2178 backported` Apply ``codespell`` to the codebase, which found a
lot of very old minor spelling mistakes in docstrings. Also modernize many
instances of ``*largs`` vs ``*args`` and ``**kwarg`` vs ``**kwargs``. Patch