summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
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 7391d96..7d9d8b3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,10 @@
6.2 (unreleased)
----------------
+- 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.
+
6.1 (2023-01-18)
================