summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 941e432..359b865 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,9 @@ Changes
- Fix `issue 9
<https://github.com/zopefoundation/zope.security/issues/9>`_:
- iteration of ``itertools.groupby`` objects is now allowed by default.
+ iteration of ``itertools.groupby`` objects is now allowed by
+ default. In addition, iteration of all the custom iterator types
+ defined in itertools are also allowed by default.
4.1.1 (2017-05-17)
------------------