]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 26 Aug 2024 02:15:38 +0000 (02:15 +0000)
committergithub-actions <github-actions@github.com>
Mon, 26 Aug 2024 02:15:38 +0000 (02:15 +0000)
docs/en/docs/release-notes.md

index b5b3188ef341d9963743ae3d3b65bfa6682b0085..1dff0bddcfd9a4526226d49fe4d02d14ef251189 100644 (file)
@@ -14,6 +14,10 @@ hide:
 * 📝 Fix minor typos and issues in the documentation. PR [#12063](https://github.com/fastapi/fastapi/pull/12063) by [@svlandeg](https://github.com/svlandeg).
 * 📝 Add note in Docker docs about ensuring graceful shutdowns and lifespan events with `CMD` exec form. PR [#11960](https://github.com/fastapi/fastapi/pull/11960) by [@GPla](https://github.com/GPla).
 
+### Internal
+
+* 👷 Update `latest-changes` GitHub Action. PR [#12073](https://github.com/fastapi/fastapi/pull/12073) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.112.2
 
 ### Fixes