]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 21:08:20 +0000 (23:08 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 21:08:20 +0000 (23:08 +0200)
docs/en/docs/release-notes.md

index 2d638f6412d702eff1b08551cb85356105e341cd..d958ffb12b732571b5df80a7362b104146a066ac 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Remove broken link from "External Links". PR [#1565](https://github.com/tiangolo/fastapi/pull/1565) by [@victorphoenix3](https://github.com/victorphoenix3).
 * Update/fix docs for [WebSockets with dependencies](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others). Original PR [#1540](https://github.com/tiangolo/fastapi/pull/1540) by [@ChihSeanHsu](https://github.com/ChihSeanHsu).
 * Add support for Python's `http.HTTPStatus` in `status_code` parameters. PR [#1534](https://github.com/tiangolo/fastapi/pull/1534) by [@retnikt](https://github.com/retnikt).
 * When using Pydantic models with `__root__`, use the internal value in `jsonable_encoder`. PR [#1524](https://github.com/tiangolo/fastapi/pull/1524) by [@patrickkwang](https://github.com/patrickkwang).