Skip to content

Commit eb738fd

Browse files
committed
Add changelog entry for #32.
1 parent 2fb4600 commit eb738fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ dev
1010
``ValueError``. Note that ``InvalidFrameError`` is a ``ValueError`` subclass.
1111
- Invalid RST_STREAM frame bodies now raise ``InvalidFramError``, not
1212
``ValueError``. Note that ``InvalidFrameError`` is a ``ValueError`` subclass.
13+
- Canonicalized the names of ``SettingsFrame.SETTINGS_MAX_FRAME_SIZE`` and
14+
``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE`` to match their peers, by
15+
adding new properties ``SettingsFrame.MAX_FRAME_SIZE`` and
16+
``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE``. The old names are still
17+
present, but will be deprecated in 4.0.0.
1318

1419
**Bugfixes**
1520

0 commit comments

Comments
 (0)