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

index 5d7e945bbc7953286dfbc9edfe982dec0f159813..cd3aa1199f707f2a321eb69c70413e02793ad7a6 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* 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`:
     * There's a new *path operation decorator* parameter `response_model_skip_defaults`.
         * The name of the parameter will most probably change in a future version to `response_skip_defaults`, `model_skip_defaults` or something similar.