]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 16 Feb 2020 19:49:43 +0000 (20:49 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 16 Feb 2020 19:53:50 +0000 (20:53 +0100)
docs/release-notes.md

index 9d867f11096825952795c51043c58e3bbb2b4152..59093955adbe0f089166f4e433af8bde7fd6fc32 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Update and clarify docs for dependencies with `yield`. PR [#986](https://github.com/tiangolo/fastapi/pull/986).
 * Add Mermaid JS support for diagrams in docs. Add first diagrams to [Dependencies: First Steps](https://fastapi.tiangolo.com/tutorial/dependencies/) and [Dependencies with `yield` and `HTTPException`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#dependencies-with-yield-and-httpexception). PR [#985](https://github.com/tiangolo/fastapi/pull/985).
 * Update CI to run docs deployment in GitHub actions. PR [#983](https://github.com/tiangolo/fastapi/pull/983).
 * Allow `callable`s in *path operation functions*, like functions modified with `functools.partial`. PR [#977](https://github.com/tiangolo/fastapi/pull/977).