summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-02-06 06:09:29 -0600
committerJason Madden <jamadden@gmail.com>2020-02-06 06:09:29 -0600
commitfb5fa208565a462470f7884c6d9cf73adad886c5 (patch)
tree0aafb30c4d99d06475d6ecbf62205704084f8e1a /CHANGES.rst
parent944e79ae6ec5214323372e518b8198d9540ed992 (diff)
downloadzope-security-fb5fa208565a462470f7884c6d9cf73adad886c5.tar.gz
Let interfaces be iterated on Python 3
Fixes https://github.com/zopefoundation/zope.interface/issues/141
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 18cdfef..86a6a70 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,14 +2,16 @@
Changes
=========
-5.1 (unreleased)
-================
+5.1.0 (unreleased)
+==================
-- Nothing changed yet.
+- Let proxied interfaces be iterated on Python 3. This worked on
+ Python 2, but raised ``ForbiddenAttribute`` an Python 3. See
+ `zope.interface issue 141 <https://github.com/zopefoundation/zope.interface/issues/141>`_.
-5.0 (2019-11-11)
-================
+5.0.0 (2019-11-11)
+==================
- Drop support for Python 3.4.