]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 23 Aug 2022 13:58:06 +0000 (13:58 +0000)
committergithub-actions <github-actions@github.com>
Tue, 23 Aug 2022 13:58:06 +0000 (13:58 +0000)
docs/en/docs/release-notes.md

index 58ba2fb2c444f155d34b862dbb18ccc143232616..97748436f26397d17687f7efa90fcf056f7c0b31 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ⬆ Upgrade Swagger UI copy of `oauth2-redirect.html` to include fixes for flavors of authorization code flows in Swagger UI. PR [#3439](https://github.com/tiangolo/fastapi/pull/3439) by [@koonpeng](https://github.com/koonpeng).
 * ♻ Strip empty whitespace from description extracted from docstrings. PR [#2821](https://github.com/tiangolo/fastapi/pull/2821) by [@and-semakin](https://github.com/and-semakin).
 * 🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes. PR [#2945](https://github.com/tiangolo/fastapi/pull/2945) by [@laggardkernel](https://github.com/laggardkernel).
 * 🐛 Fix `response_model` not invalidating `None`. PR [#2725](https://github.com/tiangolo/fastapi/pull/2725) by [@hukkin](https://github.com/hukkin).