summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-27 17:24:00 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-27 17:24:00 -0500
commit03ab8c3cbffa0d28964fd208abf0f13c04149d29 (patch)
tree198e4de517be5f7a6ac8d634c424707c0809258c
parent5963fddab452cafed336252194ced49f5b5b580b (diff)
downloadparamiko-03ab8c3cbffa0d28964fd208abf0f13c04149d29.tar.gz
Changelog re #2178
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 239c9e2c..9d8ab3a1 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :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
+ courtesy of Yaroslav Halchenko, with review from Brian Skinn.
- :release:`3.0.0 <2023-01-20>`
- :bug:`2110 major` Remove some unnecessary ``__repr__`` calls when handling
bytes-vs-str conversions. This was apparently doing a lot of unintentional