summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-13 23:43:18 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-13 23:43:18 +0200
commit924599d642667c8d8f2c32dfe29b489409868b0b (patch)
tree6a2131c1e0397b798842f6762ff979a06dc0cdd1
parent628ffd74faccb7dc783666c4b5135f3e008638e8 (diff)
downloadcython-924599d642667c8d8f2c32dfe29b489409868b0b.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1702ad6bb..fbd8856f2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,9 @@ Bugs fixed
* Comprehensions could incorrectly be optimised away when they appeared in boolean
test contexts. (Github issue #1920)
+* The special methods ``__eq__``, ``__lt__`` etc. in extension types did not type
+ their first argument as the type of the class but ``object``. (Github issue #1935)
+
* Crash on first lookup of "cline_in_traceback" option during exception handling.
(Github issue #1907)