From: Sebastián Ramírez Date: Fri, 28 Jun 2019 18:00:24 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.32.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09d2747a7058fe4064e2db956cae74c4810ad82d;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 964279e0bc..2550d4633c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* 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). + * Fix OpenAPI/JSON Schema generation for two functions with the same name (in different modules) with the same composite bodies. * Composite bodies' IDs are now based on path, not only on route name, as the auto-generated name uses the function names, that can be duplicated in different modules. * The same new ID generation applies to response models.