]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Jul 2020 18:32:16 +0000 (20:32 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Jul 2020 18:32:16 +0000 (20:32 +0200)
docs/en/docs/release-notes.md

index 0a2ac19cf4874ee5173707a01aa2c76c5e22b63d..24b779d276671f8b60179876224ec008b445202d 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix typo in docstring for OAuth2 utils. PR [#1621](https://github.com/tiangolo/fastapi/pull/1621) by [@tomarv2](https://github.com/tomarv2).
 * Update JWT docs to use Python-jose instead of PyJWT. Initial PR [#1610](https://github.com/tiangolo/fastapi/pull/1610) by [@asheux](https://github.com/asheux).
 * Fix/re-enable search bar in docs. PR [#1703](https://github.com/tiangolo/fastapi/pull/1703).
 * Auto-generate a "server" in OpenAPI `servers` when there's a `root_path` instead of prefixing all the `paths`: