]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 1 Sep 2022 09:59:45 +0000 (09:59 +0000)
committergithub-actions <github-actions@github.com>
Thu, 1 Sep 2022 09:59:45 +0000 (09:59 +0000)
docs/en/docs/release-notes.md

index 3224d3a5d7610bf26ba20d04c2b8305cb498cb7f..1e5dd927f02a9f67e8f9a739b7d7337abff7ab24 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 📝 Update docs for `ORJSONResponse` with details about improving performance. PR [#2615](https://github.com/tiangolo/fastapi/pull/2615) by [@falkben](https://github.com/falkben).
 * 📝 Add docs for creating a custom Response class. PR [#5331](https://github.com/tiangolo/fastapi/pull/5331) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Add tip about using alias for form data fields. PR [#5329](https://github.com/tiangolo/fastapi/pull/5329) by [@tiangolo](https://github.com/tiangolo).
 * 🐛 Fix support for path parameters in WebSockets. PR [#3879](https://github.com/tiangolo/fastapi/pull/3879) by [@davidbrochart](https://github.com/davidbrochart).