]> 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 11:49:54 +0000 (11:49 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 11:49:54 +0000 (11:49 +0000)
[skip ci]

docs/en/docs/release-notes.md

index ea027ae6f620f3af6277e47b378ff830a3babdfe..bd4a6726e995c61b3990b3abf19234631c4dcc4e 100644 (file)
@@ -16,6 +16,10 @@ hide:
 
 * ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR [#14884](https://github.com/fastapi/fastapi/pull/14884) by [@tiangolo](https://github.com/tiangolo).
 
+### Docs
+
+* 📝 Use `dfn` tag for definitions instead of `abbr` in docs. PR [#14744](https://github.com/fastapi/fastapi/pull/14744) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ### Internal
 
 * ✅ Test order for the submitted byte Files. PR [#14828](https://github.com/fastapi/fastapi/pull/14828) by [@valentinDruzhinin](https://github.com/valentinDruzhinin).