summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-18 15:39:38 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-18 15:39:38 +0200
commit862b7869ac95e786475fcf8ac216a7c0c3378dc2 (patch)
treefd788ee8abdc10d1e78c823c542c4ab63b9e4640
parent265825380ceea07648968b5b852294d4314bb1eb (diff)
downloadcython-862b7869ac95e786475fcf8ac216a7c0c3378dc2.tar.gz
changelog
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d0b85688d..4086a9b47 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Cython Changelog
================
-Latest
-======
+0.21.1 (2014-10-18)
+===================
Features added
--------------
@@ -43,6 +43,8 @@ Bugs fixed
if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere).
+* ``cythonize.py`` script was not installed on MS-Windows.
+
Other changes
-------------