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

index ff1e5606d5e7ae2f4416c6444f366ac7d5a21c2d..6867370b8b19ef901c1bc7cdaeff9a6f1b409a45 100644 (file)
@@ -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).