summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 70ea0df..186a474 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,13 @@
4.2.2 (unreleased)
==================
-- Nothing changed yet.
+- Make the pure-Python proxy on Python 2 *not* check permissions for
+ ``__unicode__`` just like the C implementation. Note that
+ ``__str__`` is checked for both implementations on both Python 2 and
+ 3, but if there is no ``__unicode__`` method defined, Python 2's
+ automatic fallback to ``__str__`` is **not** checked when
+ ``unicode`` is called. See `issue 10
+ <https://github.com/zopefoundation/zope.security/issues/10>`_.
4.2.1 (2017-11-30)