]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 10:52:51 +0000 (10:52 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 10:52:51 +0000 (10:52 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 71dc7bb74a218564fa1512fc5421712d1f911901..fff7ccc332703d0656419a6772575d9d8b7d0ab4 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Features
+
+* ✨ Replace `dict` by `Mapping` on `HTTPException.headers`. PR [#12997](https://github.com/fastapi/fastapi/pull/12997) by [@rijenkii](https://github.com/rijenkii).
+
 ### Internal
 
 * 🔧 Configure `test` workflow to run tests with `inline-snapshot=review`. PR [#14876](https://github.com/fastapi/fastapi/pull/14876) by [@YuriiMotov](https://github.com/YuriiMotov).