]> 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:45:04 +0000 (14:45 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 10:45:04 +0000 (14:45 +0400)
docs/release-notes.md

index 1d66d4b5929f2f5576fa2ec411461d95be5aaa68..fa45ee9bfb32b47b056b725d440eae71db2b85d3 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* 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).
 
 * Fix typo in routing. PR [#221](https://github.com/tiangolo/fastapi/pull/221) by [@djlambert](https://github.com/djlambert).