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

index 482f2f57f811e0ea715452d053b5904bb790f43b..898434dfd6e2222d5d56632691ac23621dda5937 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Update docs for path parameters. PR [#1521](https://github.com/tiangolo/fastapi/pull/1521) by [@yankeexe](https://github.com/yankeexe).
 * Update docs for first steps, links and rewording. PR [#1518](https://github.com/tiangolo/fastapi/pull/1518) by [@yankeexe](https://github.com/yankeexe).
 * Enable `showCommonExtensions` in Swagger UI to show additional validations like `maxLength`, etc. PR [#1466](https://github.com/tiangolo/fastapi/pull/1466) by [@TiewKH](https://github.com/TiewKH).
 * Make `OAuth2PasswordRequestFormStrict` importable directly from `fastapi.security`. PR [#1462](https://github.com/tiangolo/fastapi/pull/1462) by [@RichardHoekstra](https://github.com/RichardHoekstra).