From: Sebastián Ramírez Date: Wed, 5 Jun 2019 17:20:12 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.28.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8eea096644c07c4b45e1d3fdafbc57b47ad4dfa;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index f5eaa3c355..201e7674ef 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,8 +10,10 @@ * Updated docs at: [Using the same dependency multiple times](https://fastapi.tiangolo.com/tutorial/dependencies/sub-dependencies/#using-the-same-dependency-multiple-times). * PR [#292](https://github.com/tiangolo/fastapi/pull/292). -* Implement dependency overrides for testing. This allows using overrides/mocks of dependencies during tests. New docs: [Testing Dependencies with Overrides -](https://fastapi.tiangolo.com/tutorial/testing-dependencies/). PR [#291](https://github.com/tiangolo/fastapi/pull/291). +* Implement dependency overrides for testing. + * This allows using overrides/mocks of dependencies during tests. + * New docs: [Testing Dependencies with Overrides](https://fastapi.tiangolo.com/tutorial/testing-dependencies/). + * PR [#291](https://github.com/tiangolo/fastapi/pull/291). ## 0.27.2