From: Sebastián Ramírez Date: Sun, 24 May 2020 05:47:19 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.56.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b4413f9f5a33f0acbcff64761c7404a7e833398;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 618eaafd1d..c54cce84b0 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +* Add translation to Chinese for [Python Types Intro - Python 类型提示简介](https://fastapi.tiangolo.com/zh/python-types/). PR [#1197](https://github.com/tiangolo/fastapi/pull/1197) by [@waynerv](https://github.com/waynerv). + ## 0.55.1 * 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).