-
-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(newsfragments): clean up newandimproved up to #2110
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Basic typing annotations have been added to the most commonly used functions of | ||
Falcon's public interface to the package itself in order to better support | ||
`mypy <https://www.mypy-lang.org/>`_ users without having to install any | ||
third-party typeshed packages. | ||
Type annotations have been added to Falcon's public interface to the package | ||
itself in order to better support `Mypy <https://www.mypy-lang.org/>`__ | ||
(or other type checkers) users without having to install any third-party | ||
typeshed packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The default error serializer will now use the response media handlers | ||
to better negotiate the response serialization with the client. | ||
to better negotiate the response content type with the client. | ||
The implementation still defaults to JSON if the client does not indicate any | ||
preference. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Add link-extension to :meth:`falcon.Response.append_link` as specified in | ||
`RFC 8288 Sec. 3.4.2 <https://datatracker.ietf.org/doc/html/rfc8288#section-3.4.2>`__. | ||
A new keyword argument, `link_extension`, was added to | ||
:meth:`falcon.Response.append_link` as specified in | ||
`RFC 8288, Section 3.4.2 | ||
<https://datatracker.ietf.org/doc/html/rfc8288#section-3.4.2>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters