diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 10:56:57 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 10:56:57 -0400 |
commit | f2b4be883adad4cb80a39312cf45a6d3248432a6 (patch) | |
tree | 3e75d83a6009066a911faf69eca465758949a837 /sites/www/changelog.rst | |
parent | f325261699a1989d7aef1a62e3b3dab96f25d237 (diff) | |
parent | 5540514928474956c25936ab48f7fa0b59755bb1 (diff) |
Merge branch '2.10'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
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`) |