File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed
Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11Changelog for Falcon 3.0.1
22==========================
33
4- Changes to Supported Platforms
5- ------------------------------
4+ Summary
5+ -------
66
7- (None)
7+ This is a minor point release to take care of a couple of bugs that we did
8+ not catch for 3.0.0.
9+
10+ Fixed
11+ -----
12+
13+ - The ``api_helpers `` module was re-added, since it was renamed to
14+ ``app_helpers `` (and effectively removed) without announcing a corresponding
15+ breaking change.
16+ This module is now considered deprecated, and will be removed in a future
17+ Falcon version. (`#1902 <https://github.com/falconry/falcon/issues/1902 >`__)
18+ - ASGI HTTP headers were treated as UTF-8 encoded, not taking the incompatibility
19+ with WSGI and porting of WSGI applications into consideration.
20+ This was fixed, and ASGI headers are now decoded and encoded as ISO-8859-1. (`#1911 <https://github.com/falconry/falcon/issues/1911 >`__)
821
9- .. towncrier release notes start
1022
1123Contributors to this Release
1224----------------------------
1325
14- Many thanks to contributors for this bugfix release:
26+ Many thanks to those who contributed to this bugfix release:
1527
1628- `CaselIT <https://github.com/CaselIT >`_
1729- `vytas7 <https://github.com/vytas7 >`_
You can’t perform that action at this time.
0 commit comments