|
@ -1,5 +1,7 @@ |
|
|
## Latest changes |
|
|
## Latest changes |
|
|
|
|
|
|
|
|
|
|
|
* Update docs for `Enum`s to inherit from `str` and improve Swagger UI rendering. PR [#351](https://github.com/tiangolo/fastapi/pull/351). |
|
|
|
|
|
|
|
|
* Fix regression, add Swagger UI deep linking again. PR [#350](https://github.com/tiangolo/fastapi/pull/350). |
|
|
* Fix regression, add Swagger UI deep linking again. PR [#350](https://github.com/tiangolo/fastapi/pull/350). |
|
|
|
|
|
|
|
|
* Add test for having path templates in `prefix` of `.include_router`. PR [#349](https://github.com/tiangolo/fastapi/pull/349). |
|
|
* Add test for having path templates in `prefix` of `.include_router`. PR [#349](https://github.com/tiangolo/fastapi/pull/349). |
|
|