summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-16 10:29:38 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-16 10:29:38 +0200
commit98baa2fa68226add449341c96c3e997b4f16d1f5 (patch)
treedf6b93d8ec42992795c7e20ef79ef1ddabfa2c7b /CHANGES.rst
parenta50be2a1e0d6b243f8d83477658643e17ecce61f (diff)
downloadcython-98baa2fa68226add449341c96c3e997b4f16d1f5.tar.gz
Update changelog.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 271ef029c..b6edb4326 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,7 +17,8 @@ Bugs fixed
C-API functions with an error held.
* Memory view slicing generated unused error handling code which could negatively
- impact the C compiler optimisations for parallel OpenMP code etc.
+ impact the C compiler optimisations for parallel OpenMP code etc. Also, it is
+ now helped by static branch hints.
(Github issue #2987)
* Cython's built-in OpenMP functions were not translated inside of call arguments.