From: Sebastián Ramírez Date: Sat, 13 Jun 2020 10:27:00 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.57.0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3651b8a30f5648a37811c919684f6a8937fb1a02;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 0d02c26f0c..3c5c1e05c7 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Add basic setup for Russian translations. PR [#1566](https://github.com/tiangolo/fastapi/pull/1566). * Remove obsolete Chinese articles after adding official community translations. PR [#1510](https://github.com/tiangolo/fastapi/pull/1510) by [@waynerv](https://github.com/waynerv). * Add `__repr__` for *path operation function* parameter helpers (like `Query`, `Depends`, etc) to simplify debugging. PR [#1560](https://github.com/tiangolo/fastapi/pull/1560) by [@rkbeatss](https://github.com/rkbeatss) and [@victorphoenix3](https://github.com/victorphoenix3).