We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56342b commit 8d92557Copy full SHA for 8d92557
docs/en/docs/release-notes.md
@@ -2,6 +2,7 @@
2
3
## Latest changes
4
5
+* Fix grammatical mistakes in async docs. PR [#1188](https://github.com/tiangolo/fastapi/pull/1188) by [@mickeypash](https://github.com/mickeypash).
6
* Add support for `response_model_exclude_defaults` and `response_model_exclude_none`:
7
* Deprecate the parameter `include_none` in `jsonable_encoder` and add the inverted `exclude_none`, to keep in sync with Pydantic.
8
* PR [#1166](https://github.com/tiangolo/fastapi/pull/1166) by [@voegtlel](https://github.com/voegtlel).
0 commit comments