Browse Source

📝 Update link in release notes

pull/272/head
Sebastián Ramírez 6 years ago
parent
commit
58f135ba2f
  1. 2
      docs/release-notes.md

2
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).

Loading…
Cancel
Save