]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 16 Aug 2024 01:58:02 +0000 (01:58 +0000)
committergithub-actions <github-actions@github.com>
Fri, 16 Aug 2024 01:58:02 +0000 (01:58 +0000)
docs/en/docs/release-notes.md

index 2442259fd13e6c14c7e835a27a18b2ffe9b6a973..e6ef19ed3311f013d163875f192179f82a6fcd38 100644 (file)
@@ -15,6 +15,10 @@ hide:
 * 📝 Fix inconsistent response code when item already exists in docs for testing. PR [#11818](https://github.com/fastapi/fastapi/pull/11818) by [@lokomilo](https://github.com/lokomilo).
 * 📝 Update `docs/en/docs/tutorial/body.md` with Python 3.10 union type example. PR [#11415](https://github.com/fastapi/fastapi/pull/11415) by [@rangzen](https://github.com/rangzen).
 
+### Internal
+
+* ⚙️ Record and show test coverage contexts (what test covers which line). PR [#11518](https://github.com/fastapi/fastapi/pull/11518) by [@slafs](https://github.com/slafs).
+
 ## 0.112.1
 
 ### Upgrades