]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 May 2020 05:47:19 +0000 (07:47 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 May 2020 05:47:19 +0000 (07:47 +0200)
docs/en/docs/release-notes.md

index 618eaafd1d3f4aa89e61a8dd5094bdb6a1fcce7e..c54cce84b0a6fa7825ab0135e43e06166afb9272 100644 (file)
@@ -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).