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

index a7dc221e7bcc8624b7d3dad0b4acb49517afe0a5..d91b4e9ef05030cc25e6a07d3468e0ad2fba5383 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Update CORS docs, fix correct default of `max_age=600`. PR [#1301](https://github.com/tiangolo/fastapi/pull/1301) by [@derekbekoe](https://github.com/derekbekoe).
 * 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).