]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release-notes with isort changes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 9 Mar 2019 11:04:47 +0000 (15:04 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 9 Mar 2019 11:04:47 +0000 (15:04 +0400)
docs/release-notes.md

index 0b30b4afe821561e28ac6596ed898ab5f6c17f6a..8107c58f6c1bc5259d0134f3ebd9223b717ce3ba 100644 (file)
@@ -1,5 +1,7 @@
 ## Next
 
+* Update `isort` imports and scripts to be compatible with newer versions. PR <a href="https://github.com/tiangolo/fastapi/pull/75" target="_blank">#75</a>.
+
 ## 0.7.1
 
 * Update <a href="https://fastapi.tiangolo.com/async/#path-operation-functions" target="_blank">technical details about `async def` handling</a> with respect to previous frameworks. PR <a href="https://github.com/tiangolo/fastapi/pull/64" target="_blank">#64</a> by <a href="https://github.com/haizaar" target="_blank">@haizaar</a>.