diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 0c1d64e810..4c04f695ec 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -51,3 +51,6 @@ Bugfixes a backwards or no-op migration (:ticket:`23474`). * Restored the ability to deepcopy ``F`` objects (:ticket:`23492`). + +* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``, + ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added. diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 13578c52cf..f642d08f07 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -226,9 +226,6 @@ Internationalization reusable apps. It also allows overriding those custom formats in your main Django project. -* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``, - ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added. - Management Commands ^^^^^^^^^^^^^^^^^^^