]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 14:33:43 +0000 (18:33 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 14:33:43 +0000 (18:33 +0400)
docs/release-notes.md

index 0c63c3c26363db72561184aa4c8693b02bba8a4c..54032d902fcb84c95f84e2f2bae56f28799ec5c6 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Re-enable `black` formatting checks for Python 3.7. PR [#229](https://github.com/tiangolo/fastapi/pull/229) by [@zamiramir](https://github.com/zamiramir).
+
 ## 0.21.0
 
 * On body parsing errors, raise `from` previous exception, to allow better introspection in logging code. PR [#192](https://github.com/tiangolo/fastapi/pull/195) by [@ricardomomm](https://github.com/ricardomomm).