]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 17 May 2020 10:46:57 +0000 (12:46 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 17 May 2020 10:49:02 +0000 (12:49 +0200)
docs/en/docs/release-notes.md

index 1dc3cf251bfbc7c42ccac2dd4b27753d593dfb67..a7dc221e7bcc8624b7d3dad0b4acb49517afe0a5 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add translation of [main page to Portuguese](https://fastapi.tiangolo.com/pt/). PR [#1300](https://github.com/tiangolo/fastapi/pull/1300) by [@Serrones](https://github.com/Serrones).
 * Re-word and clarify docs for extra info in fields. PR [#1299](https://github.com/tiangolo/fastapi/pull/1299) by [@chris-allnutt](https://github.com/chris-allnutt).
 * Make sure the `*` in short features in the docs is consistent (after `.`) in all languages. PR [#1424](https://github.com/tiangolo/fastapi/pull/1424).
 * Update order of execution for `get_db` in SQLAlchemy tutorial. PR [#1293](https://github.com/tiangolo/fastapi/pull/1293) by [@bcb](https://github.com/bcb).