]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 25 Aug 2019 03:08:10 +0000 (22:08 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 25 Aug 2019 03:08:10 +0000 (22:08 -0500)
docs/release-notes.md

index 7ba76ec1716f29dbcb6edaf9a617925210819b5b..6ba122e69d7dff660c45a1f926d7c8d3910b20c8 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Fix OpenAPI generation when using the same dependency in multiple places for the same *path operation*. PR [#417](https://github.com/tiangolo/fastapi/pull/417) by [@dmontagu](https://github.com/dmontagu).
 * Allow having empty paths in *path operations* used with `include_router` and a `prefix`.
     * This allows having a router for `/cats` and all its *path operations*, while having one of them for `/cats`.
     * Now it doesn't have to be only `/cats/` (with a trailing slash).