]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 27 May 2026 20:58:15 +0000 (20:58 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 27 May 2026 20:58:15 +0000 (20:58 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 173156d085922e07fb8e4682e7369505a0b2277e..92dec5ec62cea9d5bbf7b331f91067018222b725 100644 (file)
@@ -15,6 +15,7 @@ hide:
 
 ### Internal
 
+* 🔒️ Improve GitHub actions security. PR [#15607](https://github.com/fastapi/fastapi/pull/15607) by [@YuriiMotov](https://github.com/YuriiMotov).
 * ⚰️ Remove ruff and coverage ignores for non-existing files. PR [#15610](https://github.com/fastapi/fastapi/pull/15610) by [@YuriiMotov](https://github.com/YuriiMotov).
 * ✅ Use custom `changing_dir` instead of `CLIRunner.isolated_filesystem` to set working dir. PR [#15616](https://github.com/fastapi/fastapi/pull/15616) by [@YuriiMotov](https://github.com/YuriiMotov).
 * ✅ Add `httpx2` test dependency to avoid deprecation warning. PR [#15603](https://github.com/fastapi/fastapi/pull/15603) by [@YuriiMotov](https://github.com/YuriiMotov).