]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 13:07:09 +0000 (14:07 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 13:07:09 +0000 (14:07 +0100)
docs/en/docs/release-notes.md

index fe70b9e87ceff5cdfe81802c4d0ab5b06786160f..1b0c73dc92ca6adfe88572c36f755773435d45fe 100644 (file)
@@ -9,7 +9,7 @@ hide:
 
 ### Fixes
 
-* 🐛 Fix JSON Schema for files, use `contentMediaType` instead of `format: binary`. PR [#14953](https://github.com/fastapi/fastapi/pull/14953) by [@tiangolo](https://github.com/tiangolo).
+* ♻️ Fix JSON Schema for bytes, use `"contentMediaType": "application/octet-stream"` instead of `"format": "binary"`. PR [#14953](https://github.com/fastapi/fastapi/pull/14953) by [@tiangolo](https://github.com/tiangolo).
 
 ### Docs