]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 27 Nov 2019 20:05:39 +0000 (21:05 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 27 Nov 2019 20:05:39 +0000 (21:05 +0100)
docs/release-notes.md

index 2267a04faad1569db2d5a8ffb68637813edc738b..0e76101b922dd2395e57bdc4b9d841f1726f97b6 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Fix typos and update wording in deployment docs. PR [#700](https://github.com/tiangolo/fastapi/pull/700) by [@marier-nico](https://github.com/tiangolo/fastapi/pull/700).
 * Add note about dependencies in `APIRouter` docs. PR [#698](https://github.com/tiangolo/fastapi/pull/698) by [@marier-nico](https://github.com/marier-nico).
 * Add support for async class methods as dependencies [#681](https://github.com/tiangolo/fastapi/pull/681) by [@frankie567](https://github.com/frankie567).
 * Add FastAPI with Swagger UI cheatsheet to external links. PR [#671](https://github.com/tiangolo/fastapi/pull/671) by [@euri10](https://github.com/euri10).