From: Sebastián Ramírez Date: Thu, 3 Oct 2019 23:43:15 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.40.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96f092179fc6991cb7604d1b2143a9704e1abe65;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 7f7ccb45e4..62de21e304 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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.