]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Oct 2019 23:43:15 +0000 (18:43 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Oct 2019 23:43:15 +0000 (18:43 -0500)
docs/release-notes.md

index 7f7ccb45e4b52c7c9fbdcc63e595ef870d72f200..62de21e3042ae11877d4ddeab6cd19db76a9abfa 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Add support for Swagger UI [initOauth](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/oauth2.md) settings with the parameter `swagger_ui_init_oauth`. PR [#499](https://github.com/tiangolo/fastapi/pull/499) by [@zamiramir](https://github.com/zamiramir).
+
 ## 0.39.0
 
 * Allow path parameters to have default values (e.g. `None`) and discard them instead of raising an error.