From: Sebastián Ramírez Date: Fri, 4 Oct 2019 21:36:54 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.41.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a504a721c34746b0234e940a7d9e2f718ec4081;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 9491c7d3f8..bac89e3739 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Fix preserving custom route class in routers when including other sub-routers. PR [#538](https://github.com/tiangolo/fastapi/pull/538) by [@dmontagu](https://github.com/dmontagu). + ## 0.40.0 * Add notes to docs about installing `python-multipart` when using forms. PR [#574](https://github.com/tiangolo/fastapi/pull/574) by [@sliptonic](https://github.com/sliptonic).