]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 26 Aug 2022 14:09:23 +0000 (14:09 +0000)
committergithub-actions <github-actions@github.com>
Fri, 26 Aug 2022 14:09:23 +0000 (14:09 +0000)
docs/en/docs/release-notes.md

index 05d72ace172912ff5638f2525a2aef368decea09..71c486e52b8416befa0f9adb832fde906d81d68f 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🔥 Delete duplicated tests in `tests/test_tutorial/test_sql_databases/test_sql_databases.py`. PR [#5040](https://github.com/tiangolo/fastapi/pull/5040) by [@raccoonyy](https://github.com/raccoonyy).
 * 🐛 Fix `jsonable_encoder` for dataclasses with pydantic-compatible fields. PR [#3607](https://github.com/tiangolo/fastapi/pull/3607) by [@himbeles](https://github.com/himbeles).
 * ✨ Add ReDoc `<noscript>` warning when JS is disabled. PR [#5074](https://github.com/tiangolo/fastapi/pull/5074) by [@evroon](https://github.com/evroon).
 * ♻ Simplify internal RegEx in `fastapi/utils.py`. PR [#5057](https://github.com/tiangolo/fastapi/pull/5057) by [@pylounge](https://github.com/pylounge).