]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jun 2020 23:14:58 +0000 (01:14 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jun 2020 23:14:58 +0000 (01:14 +0200)
docs/en/docs/release-notes.md

index 0eec723577e7f8add7d4a5c6e2c9857f2c9a2b19..8d6ea33508f5d32433caa3fd965834b949445883 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add link to advanced docs from tutorial. PR [#1512](https://github.com/tiangolo/fastapi/pull/1512) by [@kx-chen](https://github.com/kx-chen).
 * Remove internal unnecessary f-strings. PR [#1526](https://github.com/tiangolo/fastapi/pull/1526) by [@kotamatsuoka](https://github.com/kotamatsuoka).
 * Add translation to Chinese for [Query Parameters and String Validations - 查询参数和字符串校验](https://fastapi.tiangolo.com/zh/tutorial/query-params-str-validations/). PR [#1500](https://github.com/tiangolo/fastapi/pull/1500) by [@waynerv](https://github.com/waynerv).
 * Add translation to Chinese for [Request Body - 请求体](https://fastapi.tiangolo.com/zh/tutorial/body/). PR [#1492](https://github.com/tiangolo/fastapi/pull/1492) by [@waynerv](https://github.com/waynerv).