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

index 40f480603d799ecc9374cd27d43c35a2cb4127b9..3b71c0dc60b013403c118e00274a4118240bdecb 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Use `Optional` in all the examples in the docs. Original PR [#1574](https://github.com/tiangolo/fastapi/pull/1574) by [@chrisngyn](https://github.com/chrisngyn), [@kx-chen](https://github.com/kx-chen), [@YKo20010](https://github.com/YKo20010). Updated and merged PR [#1644](https://github.com/tiangolo/fastapi/pull/1644).
 * Update tests and handling of `response_model_by_alias`. PR [#1642](https://github.com/tiangolo/fastapi/pull/1642).
 * Add translation to Chinese for [Body - Fields - 请求体 - 字段](https://fastapi.tiangolo.com/zh/tutorial/body-fields/). PR [#1569](https://github.com/tiangolo/fastapi/pull/1569) by [@waynerv](https://github.com/waynerv).
 * Update Chinese translation of main page. PR [#1564](https://github.com/tiangolo/fastapi/pull/1564) by [@waynerv](https://github.com/waynerv).