summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-04-26 07:43:41 -0500
committerJason Madden <jamadden@gmail.com>2017-04-26 07:43:41 -0500
commit486a6c3801bcb7473f190adcc5f80f98fda87362 (patch)
tree19c69b09368928c1caec841caddaec9c58890492 /CHANGES.rst
parent40e58ec495da58dd458a38912ef900a6b6e70a9e (diff)
downloadzope-security-486a6c3801bcb7473f190adcc5f80f98fda87362.tar.gz
Be specific that BTrees.keys and .values also are fixed in the same way that .items was. See #20 and #21.issue20-extension
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)
------------------