]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 9 Dec 2019 18:15:37 +0000 (19:15 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 9 Dec 2019 18:15:37 +0000 (19:15 +0100)
docs/release-notes.md

index 5c968bc6c5497ba6b8b2888714c4d6e28461ee19..585cb014c2e4b989a413ab54fe35b9a2f0c64e4e 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Add article to [External Links](https://fastapi.tiangolo.com/external-links/): [Почему Вы должны попробовать FastAPI?](https://habr.com/ru/post/478620/). PR [#766](https://github.com/tiangolo/fastapi/pull/766) by [@prostomarkeloff](https://github.com/prostomarkeloff).
 * Remove gender bias in docs for handling errors. PR [#780](https://github.com/tiangolo/fastapi/pull/780). Original idea in PR [#761](https://github.com/tiangolo/fastapi/pull/761) by [@classywhetten](https://github.com/classywhetten).
 * Rename docs and references to `body-schema` to `body-fields` to keep in line with Pydantic. PR [#746](https://github.com/tiangolo/fastapi/pull/746) by [@prostomarkeloff](https://github.com/prostomarkeloff).