summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2017-04-24 11:42:04 -0400
committerTres Seaver <tseaver@palladion.com>2017-04-24 11:42:04 -0400
commita8ffa268f8c8cd8fb6e553b7764263fe53d2111f (patch)
tree959583fcf56b0bd442d025a137dca490aa372858 /CHANGES.rst
parent0cf7a9aa2b70be82ca9dd65273ef05d79338290e (diff)
downloadzope-security-a8ffa268f8c8cd8fb6e553b7764263fe53d2111f.tar.gz
Prep 4.1.0 release.4.1.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8d2528e..0ffa5f5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.1.0 (unreleased)
+4.1.0 (2017-04-24)
------------------
- When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning
@@ -11,12 +11,9 @@ Changes
- Add support for Python 3.5 and 3.6.
-- Fix iteration of pure-Python BTrees.items(). See `issue 20
- <https://github.com/zopefoundation/zope.security/issues/20>`_.
-
-- Fix creating a list from a BTrees.items() on Python 3. See `issue 20
- <https://github.com/zopefoundation/zope.security/issues/20>`_.
-
+- 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.
4.0.3 (2015-06-02)
------------------