]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 12:28:24 +0000 (16:28 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 12:28:24 +0000 (16:28 +0400)
docs/release-notes.md

index cd3aa1199f707f2a321eb69c70413e02793ad7a6..5259505b58f314199527b68b1af719f617217d90 100644 (file)
@@ -1,5 +1,11 @@
 ## Next release
 
+* Add support for Pydantic's `include`, `exclude`, `by_alias`.
+    * Update documentation: [Response Model](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude).
+    * Add docs for: [Body - updates](https://fastapi.tiangolo.com/tutorial/body-updates/), using Pydantic's `skip_defaults`.
+    * Add method consistency tests.
+    * PR [#264](https://github.com/tiangolo/fastapi/pull/264).
+
 * Add `CONTRIBUTING.md` file to GitHub, to help new contributors. PR [#255](https://github.com/tiangolo/fastapi/pull/255) by [@wshayes](https://github.com/wshayes).
 
 * Add support for Pydantic's `skip_defaults`: