summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`_