summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-07 09:52:17 -0500
committerJason Madden <jamadden@gmail.com>2017-09-07 11:27:09 -0500
commit4722248327f56fc8696d7247ba1d287ff1884054 (patch)
tree6fb62cfa89007bb4a531167736e173938e15b784 /CHANGES.rst
parentf2de4625c116085404958724468899dbe784bce6 (diff)
downloadzope-security-4722248327f56fc8696d7247ba1d287ff1884054.tar.gz
Fix issue 9: add default checkers for itertools.groupby
Also rename all the test classes in test_checker for consistency. I changed the test_suite function to not call them out by name and noticed the number of tests run dropped. At first I thought it had something to do with test class names or inheritance, so I made them all consistent. But it turned out that the manual list actually had some duplicates in it.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c264be8..941e432 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,6 +18,10 @@ Changes
- Enable coveralls.io for coverage measurement and run doctests on all
supported Python versions.
+- Fix `issue 9
+ <https://github.com/zopefoundation/zope.security/issues/9>`_:
+ iteration of ``itertools.groupby`` objects is now allowed by default.
+
4.1.1 (2017-05-17)
------------------