summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Chavkin <alexlchavkin@gmail.com>2023-02-12 12:08:06 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-02-16 16:59:36 -0500
commitf7f8a89e628ffa321cb6e78dd019d2b83181dc1b (patch)
treecf5a5aabf763df1f90bde839387f6fb584b4435b
parent280e4425fde1d7a8b1105e4a07e42063cf3d9a51 (diff)
downloadparamiko-f7f8a89e628ffa321cb6e78dd019d2b83181dc1b.tar.gz
Changelog for PR #2173
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9d8ab3a1..fa8610ff 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
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.
- :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