]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 18:57:14 +0000 (20:57 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 18:57:14 +0000 (20:57 +0200)
docs/release-notes.md

index fb78b6294087391150165e1153ee95b619748f48..fec88bd5530e09b417e6fc04a3087ae55e125b61 100644 (file)
@@ -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).