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

index 2929ebbc491a3dd01d290f25a2ae0b68d2d13f55..ab870c107a621e0fcbf09d88267c831400fd2a54 100644 (file)
@@ -12,7 +12,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.
+    * This also upgrades Starlette from `>=0.40.0` to `>=0.46.0`, as it's needed to properly unrwap and re-raise exceptions from exception groups.
     * New docs: [Stream JSON Lines](https://fastapi.tiangolo.com/tutorial/stream-json-lines/).
     * And new docs: [Stream Data](https://fastapi.tiangolo.com/advanced/stream-data/).