Skip to content

Commit

Permalink
docs(changes): fix a broken class link in 3.1.0 notes (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Mar 14, 2022
1 parent f2de3bd commit 9a0088f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changes/3.1.0.rst
Expand Up @@ -13,7 +13,7 @@ Due to popular demand, :class:`~falcon.testing.TestClient` and
:class:`~falcon.testing.ASGIConductor` now expose convenience shorthand aliases
for the ``simulate_*`` methods, i.e.,
:func:`~falcon.testing.TestClient.simulate_get` is now also available as
:func:`~falcon.testing.TestClient.get`, etc. (`#1806 <https://github.com/falconry/falcon/issues/1806>`__)
:func:`~falcon.testing.TestClient.get`, etc.

Some important bugs were also fixed to ensure applications properly clean up
response streams and do not hang when reading request bodies that are
Expand Down Expand Up @@ -65,7 +65,7 @@ New & Improved
``Content-Length`` header indicating a served file's size
(or length of the rendered content range). (`#1991 <https://github.com/falconry/falcon/issues/1991>`__)
- When called with deprecated positional arguments, methods and class
initializers (such as :class:`falcon.errors.HTTPError`) will now emit a
initializers (such as :class:`falcon.HTTPError`) will now emit a
user-friendlier warning indicating the fully qualified name of the method in
question. (`#2010 <https://github.com/falconry/falcon/issues/2010>`__)

Expand Down

0 comments on commit 9a0088f

Please sign in to comment.