From: Sebastián Ramírez Date: Wed, 15 May 2019 14:33:43 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.22.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce02d3cb8376806695cbf1712b51e9ccb08c604e;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 0c63c3c263..54032d902f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).