📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot]
2026-02-27 18:57:12 +00:00
parent 749cefdeb1
commit ea80e466db

View File

@@ -7,6 +7,10 @@ hide:
## Latest Changes
### Features
* ✨ Add support for streaming JSON Lines and binary data with `yield`. PR [#15022](https://github.com/fastapi/fastapi/pull/15022) by [@tiangolo](https://github.com/tiangolo).
### Docs
* 📝 Rename `docs_src/websockets` to `docs_src/websockets_` to avoid import errors. PR [#14979](https://github.com/fastapi/fastapi/pull/14979) by [@YuriiMotov](https://github.com/YuriiMotov).