diff --git a/CHANGES.rst b/CHANGES.rst index 5601921a4..96e67009b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,10 +12,9 @@ Version 2.3.7 Released 2023-08-14 - Use ``flit_core`` instead of ``setuptools`` as build backend. -- Fix parsing of multipart bodies. :issue:`2734` - Adjust index of last newline in data start. :issue:`2761` -- ``_plain_int`` and ``_plain_float`` strip whitespace before type - enforcement. :issue:`2734` +- Fix parsing of multipart bodies. :issue:`2734` Adjust index of last newline + in data start. :issue:`2761` +- Parsing ints from header values strips spacing first. :issue:`2734` - Fix empty file streaming when testing. :issue:`2740` - Clearer error message when URL rule does not start with slash. :pr:`2750` - ``Accept`` ``q`` value can be a float without a decimal part. :issue:`2751`