From: Sebastián Ramírez Date: Thu, 30 May 2019 15:43:32 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.27.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d61f5e4b555b123bf222503fc0e076cbae6a7ebc;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 1f4fbe78b3..35bb9e299c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix type declaration of `HTTPException`. PR [#279](https://github.com/tiangolo/fastapi/pull/279). + ## 0.27.0 * Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu).