]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update relase notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 14:47:33 +0000 (16:47 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 14:47:33 +0000 (16:47 +0200)
docs/en/docs/release-notes.md

index 1bcd85ce2509a523bd40b8c432998c24e99ab055..9a267b498579c97544adcda3b12a5e42b20d16f4 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix grammatical mistakes in async docs. PR [#1188](https://github.com/tiangolo/fastapi/pull/1188) by [@mickeypash](https://github.com/mickeypash).
 * Add support for `response_model_exclude_defaults` and `response_model_exclude_none`:
     * Deprecate the parameter `include_none` in `jsonable_encoder` and add the inverted `exclude_none`, to keep in sync with Pydantic.
     * PR [#1166](https://github.com/tiangolo/fastapi/pull/1166) by [@voegtlel](https://github.com/voegtlel).