From: Sebastián Ramírez Date: Sat, 23 May 2020 16:58:17 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.55.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1092261ae18099482de89be92f279ae05572cd59;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 4c21396313..40ddf94908 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +* Fix handling of enums with their own schema in path parameters. To support [samuelcolvin/pydantic#1432](https://github.com/samuelcolvin/pydantic/pull/1432) in FastAPI. PR [#1463](https://github.com/tiangolo/fastapi/pull/1463). + ## 0.55.0 * Allow enums to allow them to have their own schemas in OpenAPI. To support [samuelcolvin/pydantic#1432](https://github.com/samuelcolvin/pydantic/pull/1432) in FastAPI. PR [#1461](https://github.com/tiangolo/fastapi/pull/1461).