diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2018-04-17 21:30:03 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2018-04-17 21:30:03 +0200 |
commit | 1ea84199a388fdef3efe5d17a05b0f14a935c2f1 (patch) | |
tree | de8cfba298ea3af7c105ca61e6690ca91215754b /CHANGES.rst | |
parent | 29961acc1c64710127a5191af6c039cb1fa22203 (diff) | |
download | cython-1ea84199a388fdef3efe5d17a05b0f14a935c2f1.tar.gz |
Fix for non-CPython: continue iterating during set iteration after finding the first element.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 69f1942df..d5edf192a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,15 @@ Cython Changelog ================ +0.28.3 (2018-??-??) +=================== + +Bugs fixed +---------- + +* Set iteration was broken in non-CPython since 0.28. + + 0.28.2 (2018-04-13) =================== |