summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-04-20 08:21:23 +0200
committerMichael Howitz <mh@gocept.com>2023-04-20 08:21:23 +0200
commite446c143ccfc4bc4153bd9dec84a6c376b5d5150 (patch)
tree1cb85464ce0cd1de667b4d95b3ef039422118112
parent82fa19e00276b27e5667ec4088a8c631af11d539 (diff)
downloadzope-security-master.tar.gz
Hide dev release from change log.HEADmaster
-rw-r--r--CHANGES.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 75f064a..ee88cfc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,12 +5,6 @@
6.2 (unreleased)
----------------
-- Nothing changed yet.
-
-
-6.2a1.dev0 (2023-04-20)
------------------------
-
- Make ``next()`` on C proxies call ``__next__`` rather than ``next`` (see
PEP 3114), and drop support for the Python 2 ``next`` method name from
pure-Python proxies.