From: Sebastián Ramírez Date: Thu, 30 May 2019 13:45:38 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.27.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f74c7327b9d8603355ae552d6f1a34504912909;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8209d73fc6..f55af1c97f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu). + * Refactor param extraction using Pydantic `Field`: * Large refactor, improvement, and simplification of param extraction from *path operations*. * Fix/add support for list *query parameters* with list defaults. New documentation: [Query parameter list / multiple values with defaults](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#query-parameter-list-multiple-values-with-defaults).