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

index 815070311500e8a26f6238e144611cd2aabb2cb1..1d06895f2f62fa39636dd7d0db21841f24d613c7 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* 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).
 * Add links for funding through [GitHub sponsors](https://github.com/sponsors/tiangolo). PR [#1425](https://github.com/tiangolo/fastapi/pull/1425).
 * Update issue template for for questions. PR [#1344](https://github.com/tiangolo/fastapi/pull/1344) by [@retnikt](https://github.com/retnikt).
 * Update warning about storing passwords in docs. PR [#1336](https://github.com/tiangolo/fastapi/pull/1336) by [@skorokithakis](https://github.com/skorokithakis).