Skip to content

Commit c820626

Browse files
authored
docs(newsfragments): clean up recent changelog additions (#2443)
* docs(newsfragments): clean up recent changelog additions * chore(AUTHORS): aggregate 4.1.0 contributors so far
1 parent 18a137e commit c820626

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ listed below by date of first contribution:
204204
* Alessandro Chitarrini (chitvs)
205205
* Eric Goulart (EricGoulart)
206206
* Diego (diegomirandap)
207+
* Cycloctane
207208

208209
(et al.)
209210

docs/_newsfragments/2318.misc.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Fix the checkbox rendering in the documentation to improve the readability.
1+
The readability of the :doc:`Contributing docs </community/contributing>` was
2+
improved by properly rendering GitHub Markdown-flavored checkboxes.
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Add :data:`~falcon.constants.MEDIA_PARQUET` and :data:`~falcon.constants.MEDIA_CSV`
2-
media file types to the constant file.
1+
Two new :ref:`media_type constants <media_type_constants>`,
2+
``falcon.MEDIA_CSV`` and ``falcon.MEDIA_PARQUET``, were added in order to
3+
provide better support for Python data analysis applications out of the box.

docs/_newsfragments/2389.misc.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
The :func:`falcon.testing.httpnow` function is deprecated and will be removed in
2-
Falcon 5.0. Use the :func:`falcon.util.http_now` function instead.
1+
The ``falcon.testing.httpnow`` compatibility alias is now considered
2+
deprecated, and will be removed in Falcon 5.0.
3+
Use the :func:`falcon.http_now` function instead.

docs/api/media.rst

+2
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ common media type strings, including the following:
295295
falcon.MEDIA_MSGPACK
296296
falcon.MEDIA_MULTIPART
297297
falcon.MEDIA_URLENCODED
298+
falcon.MEDIA_CSV
299+
falcon.MEDIA_PARQUET
298300
falcon.MEDIA_YAML
299301
falcon.MEDIA_XML
300302
falcon.MEDIA_HTML

docs/changes/4.1.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Many thanks to all of our talented and stylish contributors for this release!
2424

2525
- `aarcex3 <https://github.com/aarcex3>`__
2626
- `bssyousefi <https://github.com/bssyousefi>`__
27+
- `Cycloctane <https://github.com/Cycloctane>`__
2728
- `diegomirandap <https://github.com/diegomirandap>`__
2829
- `EricGoulart <https://github.com/EricGoulart>`__
2930
- `jap <https://github.com/jap>`__
31+
- `kemingy <https://github.com/kemingy>`__
3032
- `vytas7 <https://github.com/vytas7>`__

0 commit comments

Comments
 (0)