]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2020 21:46:55 +0000 (22:46 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2020 21:46:55 +0000 (22:46 +0100)
docs/release-notes.md

index 06523c9a449cfd38ef8390c325f7e0c11c89135a..68ed03fda6ec3bd30aff9262ab884148a1f97a75 100644 (file)
@@ -1,5 +1,10 @@
 ## Latest changes
 
+* Fix path operation duplicated parameters when used in dependencies and the path operation function. PR [#994](https://github.com/tiangolo/fastapi/pull/994) by [@merowinger92](https://github.com/merowinger92).
+* Update Netlify previews deployment GitHub action as the fix is already merged and there's a new release. PR [#1047](https://github.com/tiangolo/fastapi/pull/1047).
+* Move mypy configurations to config file. PR [#987](https://github.com/tiangolo/fastapi/pull/987) by [@hukkinj1](https://github.com/hukkinj1).
+* Temporary fix to Netlify previews not deployable from PRs from forks. PR [#1046](https://github.com/tiangolo/fastapi/pull/1046) by [@mariacamilagl](https://github.com/mariacamilagl).
+
 ## 0.49.0
 
 * Fix encoding of `pathlib` paths in `jsonable_encoder`. PR [#978](https://github.com/tiangolo/fastapi/pull/978) by [@patrickmckenna](https://github.com/patrickmckenna).