]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 24 Feb 2024 23:06:56 +0000 (23:06 +0000)
committergithub-actions <github-actions@github.com>
Sat, 24 Feb 2024 23:06:56 +0000 (23:06 +0000)
docs/en/docs/release-notes.md

index e595ed92743bca2bbbf7d02aaa5d895da81a6484..2e8930ea3c980d648f246df6ae466f2050df272a 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Breaking Changes
+
+* 🐛 Fix unhandled growing memory for internal server errors, refactor dependencies with `yield` and `except` to require raising again as in regular Python. PR [#11191](https://github.com/tiangolo/fastapi/pull/11191) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * ✏️ Fix minor typos in `docs/ko/docs/`. PR [#11126](https://github.com/tiangolo/fastapi/pull/11126) by [@KaniKim](https://github.com/KaniKim).