From: Sebastián Ramírez Date: Thu, 13 Jun 2019 16:39:17 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.29.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5fa4b0af6aa08998a42bf7169842489bf2ca0e1;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 4c475f79a5..822cea6456 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,11 @@ ## Latest changes +* Fix handling an empty-body request with a required body param. PR [#311](https://github.com/tiangolo/fastapi/pull/311). + +* Fix broken link in docs: [Return a Response directly](https://fastapi.tiangolo.com/tutorial/response-directly/). PR [#306](https://github.com/tiangolo/fastapi/pull/306) by [@dmontagu](https://github.com/dmontagu). + +* Fix docs discrepancy in docs for [Response Model](https://fastapi.tiangolo.com/tutorial/response-model/). PR [#288](https://github.com/tiangolo/fastapi/pull/288) by [@awiddersheim](https://github.com/awiddersheim). + ## 0.29.0 * Add support for declaring a `Response` parameter: