From c32e800c236d0f0d7f290fdc8ceaeb5fc3151a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 30 Aug 2019 11:30:52 -0500 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 155e70bec..c8bb7bf2a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Allow additional responses to use status code ranges (like `5XX` and `4XX`) and `"default"`. [#435](https://github.com/tiangolo/fastapi/pull/435) by [@divums](https://github.com/divums). + ## 0.36.0 * Fix implementation for `skip_defaults` when returning a Pydantic model. PR [#422](https://github.com/tiangolo/fastapi/pull/422) by [@dmontagu](https://github.com/dmontagu).