From: Sebastián Ramírez Date: Wed, 29 May 2019 07:51:43 +0000 (+0400) Subject: :memo: Update link in release notes X-Git-Tag: 0.26.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58f135ba2fcc5122dd79a3e4c8bcb182fd523bba;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update link in release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 9710af6a53..d4ba03c370 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,6 @@ ## Next release -* Update docs for testing FastAPI. Include using `POST`, sending JSON, testing headers, etc. New documentation: [Testing](https://fastapi.tiangolo.com/tutorial/testing/). PR [#271](https://github.com/tiangolo/fastapi/pull/271). +* Update docs for testing FastAPI. Include using `POST`, sending JSON, testing headers, etc. New documentation: [Testing](https://fastapi.tiangolo.com/tutorial/testing/#testing-extended-example). PR [#271](https://github.com/tiangolo/fastapi/pull/271). * Fix type declaration of `response_model` to allow generic Python types as `List[Model]`. Mainly to fix `mypy` for users. PR [#266](https://github.com/tiangolo/fastapi/pull/266).