]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 17 Nov 2024 22:32:05 +0000 (22:32 +0000)
committergithub-actions <github-actions@github.com>
Sun, 17 Nov 2024 22:32:05 +0000 (22:32 +0000)
[skip ci]

docs/en/docs/release-notes.md

index c58c4abc8acdd12127db9451917d30dcf094d08a..fa6da70904d9ba4b020d15d67d70fc1076b0340b 100644 (file)
@@ -12,6 +12,10 @@ hide:
 * 📝 Update includes for `docs/de/docs/advanced/using-request-directly.md`. PR [#12685](https://github.com/fastapi/fastapi/pull/12685) by [@alissadb](https://github.com/alissadb).
 * 📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md`. PR [#12689](https://github.com/fastapi/fastapi/pull/12689) by [@alissadb](https://github.com/alissadb).
 
+### Translations
+
+* 🔥 Remove obsolete tutorial translation to Chinese for `docs/zh/docs/tutorial/sql-databases.md`, it references files that are no longer on the repo. PR [#12949](https://github.com/fastapi/fastapi/pull/12949) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.115.5
 
 ### Refactors