From: Sebastián Ramírez Date: Mon, 30 Mar 2020 18:42:46 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.53.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=210af1fd3dc0f612a08fa02a0cb3f5adb81e5bfb;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 1e1fdacdb9..02acbf71c6 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Fix docs script to ensure languages are always sorted. PR [#1189](https://github.com/tiangolo/fastapi/pull/1189). * Start translations for Chinese. PR [#1187](https://github.com/tiangolo/fastapi/pull/1187) by [@RunningIkkyu](https://github.com/RunningIkkyu). * Add docs for [Schema Extra - Example](https://fastapi.tiangolo.com/tutorial/schema-extra-example/). PR [#1185](https://github.com/tiangolo/fastapi/pull/1185).