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

index 41893ce16cdf1f8c8fcb00688fa976fe35750e13..62d1868c0b41576487496b0f4c0ca4034b0f6b31 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix empty log message in docs example about handling errors. PR [#1815](https://github.com/tiangolo/fastapi/pull/1815) by [@manlix](https://github.com/manlix).
 * Add Flake8 linting. Original PR [#1774](https://github.com/tiangolo/fastapi/pull/1774) by [@MashhadiNima](https://github.com/MashhadiNima).
 * Disable Gitter bot, as it's currently broken, and Gitter's response doesn't show the problem. PR [#1853](https://github.com/tiangolo/fastapi/pull/1853).