📝 Update release notes

This commit is contained in:
Sebastián Ramírez
2026-02-21 14:07:09 +01:00
parent 1bf99b9a11
commit 04ff07fecd

View 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