From: Sebastián Ramírez Date: Fri, 28 Jun 2019 18:57:14 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.32.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e48be1561091aa51e9ed156b2ebb7e038b7cb7c;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index fb78b62940..fec88bd553 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Fix regression, add Swagger UI deep linking again. PR [#350](https://github.com/tiangolo/fastapi/pull/350). + * Add test for having path templates in `prefix` of `.include_router`. PR [#349](https://github.com/tiangolo/fastapi/pull/349). * Add note to docs: [Include the same router multiple times with different `prefix`](https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-the-same-router-multiple-times-with-different-prefix). PR [#348](https://github.com/tiangolo/fastapi/pull/348).