From: Sebastián Ramírez Date: Sun, 25 Aug 2019 03:08:10 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.36.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b77a43bcac3ec8e7edbe82543e777c60ae85c178;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 7ba76ec171..6ba122e69d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).