]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 10 Jun 2023 12:06:21 +0000 (12:06 +0000)
committergithub-actions <github-actions@github.com>
Sat, 10 Jun 2023 12:06:21 +0000 (12:06 +0000)
docs/en/docs/release-notes.md

index 977c56a1e31a660cdc23d02d505f65f272beb241..4ab82fd5820c609c76b011b9e8b498f7d076c945 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻ Instantiate `HTTPException` only when needed, optimization refactor. PR [#5356](https://github.com/tiangolo/fastapi/pull/5356) by [@pawamoy](https://github.com/pawamoy).
 * 📌 Update minimum version of Pydantic to >=1.7.4. PR [#9567](https://github.com/tiangolo/fastapi/pull/9567) by [@Kludex](https://github.com/Kludex).
 * 🐛 Fix OpenAPI model fields int validations, `gte` to `ge`. PR [#9635](https://github.com/tiangolo/fastapi/pull/9635) by [@tiangolo](https://github.com/tiangolo).