From: Sebastián Ramírez Date: Tue, 18 Jun 2019 11:54:36 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.30.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ed2bd1feaf15b22cb7e38d0515c55e9f6658fb5;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 18ef925995..f04b40e6fa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Remove/clean unused RegEx code in routing. PR [#314](https://github.com/tiangolo/fastapi/pull/314) by [@dmontagu](https://github.com/dmontagu). + * Use default response status code descriptions for additional responses. PR [#313](https://github.com/tiangolo/fastapi/pull/313) by [@duxiaoyao](https://github.com/duxiaoyao). * Upgrade Pydantic support to `0.28`. PR [#320](https://github.com/tiangolo/fastapi/pull/320) by [@jekirl](https://github.com/jekirl).