summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalte Beckmann <maltebeckmann@me.com>2014-09-04 18:35:44 +0200
committerTim Graham <timograham@gmail.com>2014-09-17 11:18:10 -0400
commitd4c68c46aacbb151034baa321efe3d104e489e29 (patch)
tree1c44e83042773aab65b9aa5e0a23b890a5c72ea4 /docs
parent40ce3efda20c4f30de234467c4595e44a65f37fe (diff)
[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.
Backport of 1ac32e76ac from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
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.