]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Nov 2019 21:46:32 +0000 (22:46 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Nov 2019 21:54:06 +0000 (22:54 +0100)
docs/release-notes.md

index 8af3a3b7d2f884742567a3dd72b8e724d6dbe5f9..84a0f9e342fb5a99725c965442fff1e8d8100677 100644 (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, ...