summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-12-09 08:35:29 +0100
committerMichael Howitz <mh@gocept.com>2021-12-09 08:35:29 +0100
commit8a13762e60726845351d672ee27c093555bf649e (patch)
tree7e0f7490e4cf1e5a2f309cb38874a10da1f04c2c
parent9f31b3f1eb66c7c42912fa13c04f871778d207d4 (diff)
downloadzope-i18n-8a13762e60726845351d672ee27c093555bf649e.tar.gz
Add change log entry for #17.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 525c51c..2ba0f08 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,9 @@
4.8.1 (unreleased)
==================
+- Fix date/time format for zh, sv, and es_US.
+ (`#17 <https://github.com/zopefoundation/zope.i18n/pull/17>`_)
+
- Fix problems with ``zope_i18n_compile_mo_files`` early assignment to
module variable in ``config.py`` in a non-breaking way.
See also `Zope issue #994 <https://github.com/zopefoundation/Zope/issues/994>`_