summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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