]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Jun 2020 18:23:20 +0000 (20:23 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Jun 2020 18:32:34 +0000 (20:32 +0200)
docs/en/docs/release-notes.md

index 07698ab4846d17c050e17988cb53ef3796910929..4c8dff5a8343253490f5e01077fb91f350816fe5 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add translation to Chinese for [Body - Multiple Parameters - 请求体 - 多个参数](https://fastapi.tiangolo.com/zh/tutorial/body-multiple-params/). PR [#1532](https://github.com/tiangolo/fastapi/pull/1532) by [@waynerv](https://github.com/waynerv).
 * Add translation to Chinese for [Path Parameters and Numeric Validations - 路径参数和数值校验](https://fastapi.tiangolo.com/zh/tutorial/path-params-numeric-validations/). PR [#1506](https://github.com/tiangolo/fastapi/pull/1506) by [@waynerv](https://github.com/waynerv).
 * Add GitHub action to auto-label approved PRs (mainly for translations). PR [#1638](https://github.com/tiangolo/fastapi/pull/1638).