Skip to content

Commit c8242bb

Browse files
committed
Add changelog for #1566.
1 parent 17e309a commit c8242bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/project/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Bug fixes
5050
:mod:`threading` implementation. If a message is already received, it is
5151
returned. Previously, :exc:`TimeoutError` was raised incorrectly.
5252

53+
* Fixed a crash in the :mod:`asyncio` implementation when cancelling a ping
54+
then receiving the corresponding pong.
55+
5356
* Prevented :meth:`~asyncio.connection.Connection.close` from blocking when
5457
the network becomes unavailable or when receive buffers are saturated in
5558
the :mod:`asyncio` and :mod:`threading` implementations.

0 commit comments

Comments
 (0)