From: Sebastián Ramírez Date: Sun, 9 Aug 2020 15:04:35 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.61.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3390182fc9b0fde3b263eaae255d9865d5c5bda6;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 103ceec60d..832c2c983b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -9,6 +9,7 @@ ### Docs +* Add link to the course by TestDriven.io: [Test-Driven Development with FastAPI and Docker](https://testdriven.io/courses/tdd-fastapi/). PR [#1860](https://github.com/tiangolo/fastapi/pull/1860). * 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). * Reword text to reduce ambiguity while not being gender-specific. PR [#1824](https://github.com/tiangolo/fastapi/pull/1824) by [@Mause](https://github.com/Mause).