summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-22 20:54:57 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-22 20:54:57 +0100
commitd5392ffc60d1cdd1a25961fb6d5ccbd05cd39408 (patch)
treef0c38e2fd225cafa0580d73d7e40096eb8495f79
parentfb26190830ce90218070be95cac3ccf8e33717f1 (diff)
downloadcython-d5392ffc60d1cdd1a25961fb6d5ccbd05cd39408.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 2993a6a6e..e49cab16e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,9 @@ Cython Changelog
Features added
--------------
+* Reimports of already imported modules are substantially faster.
+ (Github issue #2854)
+
* The ``volatile`` C modifier is supported in Cython code.
Patch by Jeroen Demeyer. (Github issue #1667)