From: Sebastián Ramírez Date: Fri, 12 Jun 2020 20:01:22 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.56.1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a00467951a243632a4bf3d9a4a6d53b8f273d99;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 1dea03c4b6..99622b43e9 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Optimize internal regex performance in `get_path_param_names()`. PR [#1243](https://github.com/tiangolo/fastapi/pull/1243) by [@heckad](https://github.com/heckad). * Remove `*,` from functions in docs where it's not needed. PR [#1239](https://github.com/tiangolo/fastapi/pull/1239) by [@pankaj-giri](https://github.com/pankaj-giri). * Start translations for Italian. PR [#1557](https://github.com/tiangolo/fastapi/pull/1557) by [@csr](https://github.com/csr).