]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 17:41:07 +0000 (19:41 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 20:52:59 +0000 (22:52 +0200)
docs/en/docs/release-notes.md

index ccae0a0b43c8567b99c70d8ef533c55da6ece546..ab47feedf5135a03bba850077361b906c485c355 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add support for Python's `http.HTTPStatus` in `status_code` parameters. PR [#1534](https://github.com/tiangolo/fastapi/pull/1534) by [@retnikt](https://github.com/retnikt).
 * When using Pydantic models with `__root__`, use the internal value in `jsonable_encoder`. PR [#1524](https://github.com/tiangolo/fastapi/pull/1524) by [@patrickkwang](https://github.com/patrickkwang).
 * Update docs for path parameters. PR [#1521](https://github.com/tiangolo/fastapi/pull/1521) by [@yankeexe](https://github.com/yankeexe).
 * Update docs for first steps, links and rewording. PR [#1518](https://github.com/tiangolo/fastapi/pull/1518) by [@yankeexe](https://github.com/yankeexe).