📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-06-28 20:16:53 +02:00
parent 62df417807
commit afbdf2546f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Latest changes
* 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).
* Fix OpenAPI/JSON Schema generation for two functions with the same name (in different modules) with the same composite bodies.