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

docs/en/docs/release-notes.md

index 5d93b684aff6cd80c4d4103044b40ed4bf5dc963..a0234366e70961d09577dd4842048da45412c79c 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR [#14862](https://github.com/fastapi/fastapi/pull/14862) by [@tiangolo](https://github.com/tiangolo).
 
+### Internal
+
+* ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR [#14864](https://github.com/fastapi/fastapi/pull/14864) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.128.4
 
 ### Refactors