Skip to content

Commit 5233d0a

Browse files
committed
chore: render changelog for 3.0.1
1 parent 5b605e5 commit 5233d0a

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

docs/_newsfragments/1902.bugfix.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/_newsfragments/1911.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/3.0.1.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
Changelog 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

1123
Contributors 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>`_

0 commit comments

Comments
 (0)