Skip to content

Commit 04d3b87

Browse files
committed
update changelog
1 parent 439b970 commit 04d3b87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev
1010

1111
**API Changes (Backward Compatible)**
1212

13-
-
13+
- Performance improvement: remove consumed frames in-place from data buffer.
1414

1515
**Bugfixes**
1616

@@ -25,8 +25,8 @@ dev
2525
- Support for PyPy 3.9 has been removed.
2626
- `Stream.end_stream()` now raises `NoSuchStreamError` or `StreamClosedError` exceptions, instead of a generic `KeyError`.
2727
- Duplicate ``content-length`` headers with different values now raise ``ProtocolError``.
28-
Previously, the first ``content-length`` header was accepted and later conflicting values were ignored.
29-
- Parse ``content-length`` headers according to RFC9110 grammar for numbers (1*DIGIT)
28+
Previously, the first ``content-length`` header was accepted and later conflicting values were ignored. Thanks to Harshal Parekh for the report.
29+
- Parse ``content-length`` headers according to RFC9110 grammar for numbers (1*DIGIT). Thanks to Arkadiusz Marta for the report.
3030
- **backfill from v4.3.0** Convert emitted events into Python `dataclass`, which introduces new constructors with required arguments.
3131
Instantiating these events without arguments, as previously commonly used API pattern, will no longer work.
3232

0 commit comments

Comments
 (0)