]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 5 Apr 2019 16:08:00 +0000 (20:08 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 5 Apr 2019 16:08:00 +0000 (20:08 +0400)
docs/release-notes.md

index ef78a94fc1b865953051451582d78e9e1cc741e6..c99dc29af430225381685828570658ba4cd0ed03 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Fix bug: handling additional `responses` in `APIRouter.include_router()`. PR <a href="https://github.com/tiangolo/fastapi/pull/140" target="_blank">#140</a>.
+
 * Fix typo in SQL tutorial. PR <a href="https://github.com/tiangolo/fastapi/pull/138" target="_blank">#138</a> by <a href="https://github.com/mostaphaRoudsari" target="_blank">@mostaphaRoudsari</a>.
 
 * Fix typos in section about nested models and OAuth2 with JWT. PR <a href="https://github.com/tiangolo/fastapi/pull/127" target="_blank">#127</a> by <a href="https://github.com/mmcloud" target="_blank">@mmcloud</a>.