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

index 06789a1f301e8506e4b7cd57176d4c2d6d308813..99233e62be96f1231cfa5921d66a062e3c15116f 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* 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).
 * Fix typos in Async docs. PR [#1423](https://github.com/tiangolo/fastapi/pull/1423).