From: Sebastián Ramírez Date: Wed, 15 May 2019 10:53:43 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.21.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73fad03b461ab28a7ea55d0ebdf677c19d11b6f0;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index fa45ee9bfb..e341874653 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* On body parsing errors, raise `from` previous exception, to allow better introspection in logging code. PR [#192](https://github.com/tiangolo/fastapi/pull/195) by [@ricardomomm](https://github.com/ricardomomm). + * Use Python logger named "`fastapi`" instead of root logger. PR [#222](https://github.com/tiangolo/fastapi/pull/222) by [@euri10](https://github.com/euri10). * Upgrade Pydantic to version 0.25. PR [#225](https://github.com/tiangolo/fastapi/pull/225) by [@euri10](https://github.com/euri10).