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

index 11d1864d5049c91954501faf1cf84760580f5ae4..5a76210c6679e30e62a485a9373c53c2c9cd3e27 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix typo. PR [#1326](https://github.com/tiangolo/fastapi/pull/1326) by [@chenl](https://github.com/chenl).
 * Add translation to Portuguese for [Alternatives, Inspiration and Comparisons - Alternativas, Inspiração e Comparações](https://fastapi.tiangolo.com/pt/alternatives/). PR [#1325](https://github.com/tiangolo/fastapi/pull/1325) by [@Serrones](https://github.com/Serrones).
 * Fix 2 typos in docs. PR [#1324](https://github.com/tiangolo/fastapi/pull/1324) by [@waynerv](https://github.com/waynerv).
 * 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).