📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2020-08-29 16:06:32 +02:00
parent be669059fb
commit 097df92c1c
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
* Initialize French translations. PR [#1975](https://github.com/tiangolo/fastapi/pull/1975) by [@JulianMaurin-BM](https://github.com/JulianMaurin-BM).
* Initialize Turkish translations. PR [#1905](https://github.com/tiangolo/fastapi/pull/1905) by [@ycd](https://github.com/ycd).
### Internal
* Improve docs maintainability by updating `hl_lines` syntax to use ranges. PR [#1863](https://github.com/tiangolo/fastapi/pull/1863) by [@la-mar](https://github.com/la-mar).
## 0.61.0
### Features