diff --git a/python-falcon.changes b/python-falcon.changes index fd63a66..b19ac0b 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -2,7 +2,17 @@ Wed Nov 17 12:09:52 UTC 2021 - Andreas Schneider - Update to version 3.0.1 - * https://falcon.readthedocs.io/en/stable/changes/3.0.1.html + This is a minor point release to take care of a couple of bugs + that we did not catch for 3.0.0. + - The api_helpers module was re-added, since it was renamed + to app_helpers (and effectively removed) without announcing + a corresponding breaking change. This module is now + considered deprecated, and will be removed in a future Falcon + version. + - ASGI HTTP headers were treated as UTF-8 encoded, not + taking the incompatibility with WSGI and porting of WSGI + applications into consideration. This was fixed, and ASGI + headers are now decoded and encoded as ISO-8859-1. ------------------------------------------------------------------- Tue Mar 17 04:47:20 UTC 2020 - Steve Kowalik