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

docs/en/docs/release-notes.md

index 12a9ac8a1fb646a0ea3e0684ec12eb4795f24662..45e6cf1c2238520f8b76296506b818b496bf375c 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Features
 
+* ✨ Add `viewport` meta tag to improve Swagger UI on mobile devices. PR [#14777](https://github.com/fastapi/fastapi/pull/14777) by [@Joab0](https://github.com/Joab0).
 * 🚸 Improve error message for invalid query parameter type annotations. PR [#14479](https://github.com/fastapi/fastapi/pull/14479) by [@retwish](https://github.com/retwish).
 
 ### Fixes