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

index 1f4fbe78b3c483fbf57736b650bc69fd4260bc11..35bb9e299c6ff4e4ddeac1de14d6bf65d7df3bf6 100644 (file)
@@ -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).