From: Sebastián Ramírez Date: Sun, 9 Aug 2020 11:12:09 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.61.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f32d67c8b9bc314a6c45935a08b0b0360e769692;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 41893ce16c..62d1868c0b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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).