Skip to content

Commit 493864e

Browse files
committed
Complete and review changelog.
1 parent 73ff538 commit 493864e

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

docs/project/changelog.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ notice.
3232

3333
*In development*
3434

35+
New features
36+
............
37+
38+
* Added an option to force :func:`~asyncio.server.broadcast` to send
39+
:class:`bytes` in text frames, or :class:`str` in binary frames.
40+
3541
Improvements
3642
............
3743

@@ -40,16 +46,17 @@ Improvements
4046

4147
* Escaped control characters in incoming messages in ``python -m websockets``.
4248

43-
* Added wheels for ARMv7, PowerPC, RISC-V, and S/390.
49+
* Blocked non-ASCII values in :class:`~datastructures.Headers`.
4450

45-
* Added an option to force :func:`~asyncio.connection.broadcast` to send
46-
:class:`bytes` in text frames, or :class:`str` in binary frames.
51+
* Rejected incorrect fragmented, compressed messages.
52+
53+
* Added wheels for ARMv7, PowerPC, RISC-V, and S/390.
4754

4855
Bug fixes
4956
.........
5057

51-
* Prevented ``Frame.__str__`` from crashing when a text frame is fragmented in
52-
the middle of a UTF-8 sequence.
58+
* Prevented ``str(frame)`` from crashing when a text frame is fragmented in the
59+
middle of a UTF-8 sequence.
5360

5461
.. _16.0:
5562

0 commit comments

Comments
 (0)