From: Sebastián Ramírez Date: Sat, 3 Jul 2021 19:59:39 +0000 (+0200) Subject: 📝 Update release notes, add links to docs X-Git-Tag: 0.66.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f3c8cd13963ef7af93a875204b4ca46e12f2d59;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes, add links to docs --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 68e8198a8c..f17e893428 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,7 +2,7 @@ ## Latest Changes -* ✨ Allow setting the `response_class` to `RedirectResponse` and returning the URL from the function. PR [#3457](https://github.com/tiangolo/fastapi/pull/3457) by [@tiangolo](https://github.com/tiangolo). +* ✨ Allow setting the `response_class` to `RedirectResponse` and returning the URL from the function. New and updated docs are in the tutorial section **Custom Response - HTML, Stream, File, others**, in [RedirectResponse](https://fastapi.tiangolo.com/advanced/custom-response/#redirectresponse) and in [FileResponse](https://fastapi.tiangolo.com/advanced/custom-response/#fileresponse). PR [#3457](https://github.com/tiangolo/fastapi/pull/3457) by [@tiangolo](https://github.com/tiangolo). * 🐛 Support custom OpenAPI / JSON Schema fields in the generated output OpenAPI. PR [#1429](https://github.com/tiangolo/fastapi/pull/1429) by [@jmagnusson](https://github.com/jmagnusson). ## 0.65.3