From: Sebastián Ramírez Date: Fri, 12 Jun 2020 23:25:29 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.57.0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12433d51dd3add9e0c0994506317dc1e6edade41;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 ff1e5606d5..6867370b8b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +* 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). + ## 0.56.1 * Add link to advanced docs from tutorial. PR [#1512](https://github.com/tiangolo/fastapi/pull/1512) by [@kx-chen](https://github.com/kx-chen).