]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update relase notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Aug 2020 13:19:33 +0000 (15:19 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Aug 2020 13:19:33 +0000 (15:19 +0200)
docs/en/docs/release-notes.md

index 4286c9dad2bac41bd876cfa17425089c12eb8d3c..4fabe401490b8adf2e9c881416d9c75d2f5c22e4 100644 (file)
@@ -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).