]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 10:53:43 +0000 (14:53 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 10:53:43 +0000 (14:53 +0400)
docs/release-notes.md

index fa45ee9bfb32b47b056b725d440eae71db2b85d3..e341874653fd54a1771da1af0392d350ba8541e0 100644 (file)
@@ -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).