From: Sebastián Ramírez Date: Sat, 23 Nov 2019 21:46:32 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.43.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4206772cb09bf49e114b5b3d7446a8b3820aa6f;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8af3a3b7d2..84a0f9e342 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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, ...