From: Sebastián Ramírez Date: Mon, 3 Aug 2020 13:19:33 +0000 (+0200) Subject: 📝 Update relase notes X-Git-Tag: 0.60.2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78680e5bee65edd7ecf1b7ccdf066233663191d1;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update relase notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 4286c9dad2..4fabe40149 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Simplify internal code syntax in several points. PR [#1753](https://github.com/tiangolo/fastapi/pull/1753) by [@uriyyo](https://github.com/uriyyo). * Improve internal typing, declare `Optional` parameters. PR [#1731](https://github.com/tiangolo/fastapi/pull/1731) by [@MashhadiNima](https://github.com/MashhadiNima). * Add external link [Deploy FastAPI on Azure App Service](https://www.tutlinks.com/deploy-fastapi-on-azure/) to docs. PR [#1726](https://github.com/tiangolo/fastapi/pull/1726) by [@windson](https://github.com/windson). * Add link to Starlette docs about WebSocket testing. PR [#1717](https://github.com/tiangolo/fastapi/pull/1717) by [@hellocoldworld](https://github.com/hellocoldworld).