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

docs/en/docs/release-notes.md

index 238a4ff2a2b20bdbdb32bc3681fb54d479711dbd..fb404fcbda005bb3797e88c0d9dfa62f78ba4dfd 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * 🌐 Update translations for zh (update-outdated). PR [#14843](https://github.com/fastapi/fastapi/pull/14843) by [@tiangolo](https://github.com/tiangolo).
 
+### Internal
+
+* ✅ Fix parameterized tests with snapshots. PR [#14875](https://github.com/fastapi/fastapi/pull/14875) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ## 0.128.5
 
 ### Refactors