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

index 4fabe401490b8adf2e9c881416d9c75d2f5c22e4..87ea2773e26945116a67c3e46b4995b2345601be 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Simplify and improve `jsonable_encoder`. PR [#1754](https://github.com/tiangolo/fastapi/pull/1754) by [@MashhadiNima](https://github.com/MashhadiNima).
 * 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).