]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 07:47:46 +0000 (11:47 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 07:47:46 +0000 (11:47 +0400)
docs/release-notes.md

index f12170424a560c6afed4f13f32ae66af8c53f61d..9710af6a53e44c205ad192ec9c0517f3743dcdcc 100644 (file)
@@ -1,5 +1,7 @@
 ## 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).
+
 * 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).
 
 ## 0.25.0