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

index e319dc9d6b4c9c69a31dfba0837741550b897379..6c6d85bb2d48f93b9767e5cab75db1838323fbac 100644 (file)
@@ -10,6 +10,7 @@ hide:
 ### 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).
+    * This also upgrades Starlette from `>=0.40.0` to `>=0.46.0`, as it's needed to properly unrwap and re-raise excepitons from exception groups.
 
 ### Docs