📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-05-15 14:53:43 +04:00
parent b0b88f9d5b
commit 73fad03b46
1 changed files with 2 additions and 0 deletions

View 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).