]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Jul 2021 16:32:50 +0000 (18:32 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Jul 2021 16:32:50 +0000 (18:32 +0200)
docs/en/docs/release-notes.md

index a2f2d49e3db72d0d49a28785695fb546b7f0c562..442ff9f85cc85fc9a40b4445ae2a6a003739777b 100644 (file)
@@ -4,7 +4,7 @@
 
 ### Fixes
 
-* ♻ Assume request bodies contain JSON when no Content-Type header is provided. This should allow upgrading FastAPI applications with clients that send JSON data without a `Content-Type` header. And there's still protection against CSRFs. PR [#3456](https://github.com/tiangolo/fastapi/pull/3456) by [@tiangolo](https://github.com/tiangolo).
+* ♻ Assume request bodies contain JSON when no Content-Type header is provided. This fixes a breaking change introduced by [0.65.2 with PR #2118](https://github.com/tiangolo/fastapi/pull/2118). It should allow upgrading FastAPI applications with clients that send JSON data without a `Content-Type` header. And there's still protection against CSRFs. PR [#3456](https://github.com/tiangolo/fastapi/pull/3456) by [@tiangolo](https://github.com/tiangolo).
 
 ### Translations