From 26f3e95168c5019d3dbf656c9042c19d621cb54f Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 14 Aug 2023 07:13:18 -0700 Subject: [PATCH] reformat lines --- CHANGES.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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`