summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
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 cb0e1d6..0203e6a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,7 +18,7 @@ Changes
- Fix `issue 20 <https://github.com/zopefoundation/zope.security/issues/20>`_:
iteration of pure-Python ``BTrees.items()``, and also creating a list from
- ``BTrees.items()`` on Python 3.
+ ``BTrees.items()`` on Python 3. The same applies for ``keys()`` and ``values()``.
4.0.3 (2015-06-02)
------------------