From: Sebastián Ramírez Date: Sat, 9 Mar 2019 11:04:47 +0000 (+0400) Subject: :memo: Update release-notes with isort changes X-Git-Tag: 0.8.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0758dfe71b638a548d2cd8606df7eaca203b6b8;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release-notes with isort changes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 0b30b4afe8..8107c58f6c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next +* Update `isort` imports and scripts to be compatible with newer versions. PR #75. + ## 0.7.1 * Update technical details about `async def` handling with respect to previous frameworks. PR #64 by @haizaar.