summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2013-09-21 22:23:53 +0200
committerMaurits van Rees <maurits@vanrees.org>2013-09-21 23:41:29 +0200
commit98cd8bbd446b209367f8353b9c7a90216e173a12 (patch)
tree7bf8fd335b82fd79246f0e977f765fd435d58cd5 /CHANGES.rst
parenta7cd41e87cdb6c811208f4954e9e438d718f61ad (diff)
downloadzope-tal-98cd8bbd446b209367f8353b9c7a90216e173a12.tar.gz
Fix possible UnicodeDecodeError in warning when msgid already exists.
This happens when comparing 'Read more&hellip;' with 'Read moreā€¦'. That should not give a warning, because they are really the same, but that would need a fix somewhere else, in the code that gets the value of an i18n:attribute in a different way than an i18n:translate. Added test for the proper printing of the warning.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6d53682..17af10e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,7 @@ CHANGES
4.0.0a2 (unreleased)
--------------------
-- Nothing changed yet.
+- Fix possible UnicodeDecodeError in warning when msgid already exists.
4.0.0a1 (2013-02-15)