Skip to content

Commit 1df1797

Browse files
authored
docs(changes): fix grammar, markup in newsfragments; aggregate contributors (#2621)
* chore(authors): aggregate 4.3.0 contributors so far * docs(changes): fix grammar and markup in 4.3.0 newsfragments
1 parent 24e8981 commit 1df1797

6 files changed

Lines changed: 13 additions & 7 deletions

File tree

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ listed below by date of first contribution:
224224
* granuels
225225
* George Spyropoulos (gespyrop)
226226
* edvatar (toroleapinc)
227+
* rikka0612 (ReinerBRO)
228+
* tuanaiseo
229+
* Het Patel (CuriousHet)
227230

228231
(et al.)
229232

docs/_newsfragments/2071.newandimproved.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A new router option, :attr:`~.CompiledRouterOptions.default_to_on_request`, was
2-
added for providing a default responder by implementing ``on_request()`` on
3-
resources (the new option is disabled by default). When enabled,
2+
added to allow resources to provide a default responder via ``on_request()``
3+
(disabled by default). When enabled,
44
``on_request()`` is used as the default responder for every unimplemented HTTP
55
verb except ``on_options()`` (and the special ``on_websocket`` handler).
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The :meth:`req.get_param_as_list <falcon.Request.get_param_as_list>` method now
2-
supports a new argument, `delimiter`, for splitting of values.
2+
supports a new argument, `delimiter`, for splitting values.
33
In line with the OpenAPI v3 parameter specification, the supported delimiters
44
currently include the ``'pipeDelimited'`` and ``'spaceDelimited'`` symbolic
55
constants, as well as the literal ``','``, ``'|'``, and ``' '`` characters.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Due to the differences in interpretation of the ASGI specification, Uvicorn
2-
could set `client` in the HTTP connection scope in a way that broke
1+
Due to differences in interpretation of the ASGI specification, Uvicorn
2+
could set ``client`` in the HTTP connection scope in a way that broke
33
:attr:`req.access_route <falcon.asgi.Request.access_route>` and
44
:attr:`req.remote_addr <falcon.asgi.Request.remote_addr>` when the app server
55
was bound to a Unix domain socket.
66

77
This discrepancy was addressed, and Falcon should now fall back to the same
8-
default value (``'127.0.0.1'``) in this case as if `client` was missing
8+
default value (``'127.0.0.1'``) in this case as if ``client`` was missing
99
altogether.

docs/_newsfragments/2594.misc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Falcon no longer adds an instance of :class:`logging.NullHandler` to the
2-
``falcon`` logger, so ASGI application tracebacks may still reach
2+
``falcon`` logger, so ASGI application tracebacks may now reach
33
``sys.stderr`` via the :any:`logging.lastResort` handler in the absence of
44
configuration (see also: :ref:`debugging_asgi_applications`).

docs/changes/4.3.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ Many thanks to all of our talented and stylish contributors for this release!
2424

2525
- `0x1618 <https://github.com/0x1618>`__
2626
- `0xMattB <https://github.com/0xMattB>`__
27+
- `CuriousHet <https://github.com/CuriousHet>`__
2728
- `gespyrop <https://github.com/gespyrop>`__
2829
- `granuels <https://github.com/granuels>`__
2930
- `jap <https://github.com/jap>`__
31+
- `ReinerBRO <https://github.com/ReinerBRO>`__
3032
- `rushevich <https://github.com/rushevich>`__
3133
- `thisisrick25 <https://github.com/thisisrick25>`__
3234
- `toroleapinc <https://github.com/toroleapinc>`__
35+
- `tuanaiseo <https://github.com/tuanaiseo>`__
3336
- `TudorGR <https://github.com/TudorGR>`__
3437
- `vytas7 <https://github.com/vytas7>`__

0 commit comments

Comments
 (0)