]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2020 16:58:17 +0000 (18:58 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 May 2020 16:59:14 +0000 (18:59 +0200)
docs/en/docs/release-notes.md

index 4c213963134c04745c78cc312082efb1df9a818d..40ddf949080ac092596d285fdb2767e21ea1d523 100644 (file)
@@ -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).