summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:54:43 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:54:43 +0100
commitcd031618700bf8293818729ee07bfc855fb424a2 (patch)
tree840eb226d1e600fd3d0aec64461b41c58fb81d7f
parent226adb2c2933b15ec1067773c7474ff7b2715d40 (diff)
downloadcython-cd031618700bf8293818729ee07bfc855fb424a2.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 03aef173a..7c55a85b5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -92,6 +92,9 @@ Bugs fixed
semantics. It now passes through the Mapping protocol first when supported.
(Github issue #1807)
+* Name lookups in class bodies no longer go through an attribute lookup.
+ Patch by Jeroen Demeyer. (Github issue #3100)
+
* Broadcast assignments to a multi-dimensional memory view slice could end
up in the wrong places when the underlying memory view is known to be
contiguous but the slice is not.
@@ -128,7 +131,7 @@ Bugs fixed
Patch by Michael Buesch. (Github issue #2775)
* Binding staticmethods of Cython functions were not behaving like Python methods.
- Patch by Jeroen Demeyer. (Github issue #3106)
+ Patch by Jeroen Demeyer. (Github issue #3106, #3102)
Other changes
-------------