summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-04-25 10:56:57 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-04-25 10:56:57 -0400
commitf2b4be883adad4cb80a39312cf45a6d3248432a6 (patch)
tree3e75d83a6009066a911faf69eca465758949a837 /sites
parentf325261699a1989d7aef1a62e3b3dab96f25d237 (diff)
parent5540514928474956c25936ab48f7fa0b59755bb1 (diff)
downloadparamiko-f2b4be883adad4cb80a39312cf45a6d3248432a6.tar.gz
Merge branch '2.10'
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 62433426..0f60a3bb 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+- :support:`1838` (via :issue:`1870`/:issue:`2028`) Update ``camelCase`` method
+ calls against the ``threading`` module to be ``snake_case``; this and related
+ tweaks should fix some deprecation warnings under Python 3.10. Thanks to
+ Karthikeyan Singaravelan for the report, ``@Narendra-Neerukonda`` for the
+ patch, and to Thomas Grainger and Jun Omae for patch workshopping.
- :feature:`1951` Add SSH config token expansion (eg ``%h``, ``%p``) when
parsing ``ProxyJump`` directives. Patch courtesy of Bruno Inec.
- :bug:`1964` (via :issue:`2024` as also reported in :issue:`2023`)