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

index fca665838be48b4c6d174b709bdb9426aa6afaf1..70a8004615b7ba465e31bf3a1a856826b37e2472 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix support for callable class dependencies with `yield`. PR [#1365](https://github.com/tiangolo/fastapi/pull/1365) by [@mrosales](https://github.com/mrosales).
 * Fix/remove incorrect error logging when a client sends invalid payloads. PR [#1351](https://github.com/tiangolo/fastapi/pull/1351) by [@dbanty](https://github.com/dbanty).
 * Add translation to Chinese for [First Steps - 第一步](https://fastapi.tiangolo.com/zh/tutorial/first-steps/). PR [#1323](https://github.com/tiangolo/fastapi/pull/1323) by [@waynerv](https://github.com/waynerv).
 * Fix generating OpenAPI for apps using callbacks with routers including Pydantic models. PR [#1322](https://github.com/tiangolo/fastapi/pull/1322) by [@nsidnev](https://github.com/nsidnev).