Skip to content

Commit d60255b

Browse files
committed
Highlight potential backwards incompatibility.
1 parent 1a90f1e commit d60255b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/project/changelog.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ Backwards-incompatible changes
4747

4848
.. _python-socks: https://github.com/romis2012/python-socks
4949

50-
New features
51-
............
50+
.. admonition:: Keepalive is enabled in the :mod:`threading` implementation.
51+
:class: note
52+
53+
The :mod:`threading` implementation now sends Ping frames at regular
54+
intervals and closes the connection if it doesn't receive a matching Pong
55+
frame just like the :mod:`asyncio` implementation.
5256

53-
* Added :doc:`keepalive and latency measurement <../topics/keepalive>` to the
54-
:mod:`threading` implementation.
57+
See :doc:`keepalive and latency <../topics/keepalive>` for details.
5558

5659
Improvements
5760
............

0 commit comments

Comments
 (0)