diff --git a/CHANGES.rst b/CHANGES.rst index d0b85688db7..4086a9b4707 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 -------------