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

index 87ea2773e26945116a67c3e46b4995b2345601be..a7351b295bdad428f7e87a8a0ed5790d3d8f4578 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix encoding of Pydantic models that inherit from others models with custom `json_encoders`. PR [#1769](https://github.com/tiangolo/fastapi/pull/1769) by [@henrybetts](https://github.com/henrybetts).
 * 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).