summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDejan Noveski <dr.mote@gmail.com>2014-09-22 12:37:07 +0200
committerClaude Paroz <claude@2xlibre.net>2014-09-22 18:04:57 +0200
commit903d144d85f5d25c4968dc41bd5a5ea9434a9703 (patch)
tree1a7e0b5f3760c83ae73dde682419fdc5ac9c7ceb /docs
parentc6fd1e904cb15da1a627843c79b89b19beabe2a1 (diff)
Fixed #23532 -- Fixed Macedonian locale date formats
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 4c04f695ec..0a75f22e4b 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -53,4 +53,5 @@ Bugfixes
* 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.
+ ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added. Formats for
+ Macedonian have been fixed (trailing dot removed, :ticket:`23532`).