📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-11-23 22:46:32 +01:00
parent 723ef07ccf
commit e4206772cb
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Latest changes
* Fix `black` linting after upgrade. PR [#682](https://github.com/tiangolo/fastapi/pull/682) by [@frankie567](https://github.com/frankie567).
## 0.42.0
* Add dependencies with `yield`, a.k.a. exit steps, context managers, cleanup, teardown, ...