summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2015-02-04 22:59:56 -0800
committerRobert Bradshaw <robertwb@gmail.com>2015-02-04 22:59:56 -0800
commit8d62db6b07f12ce3461110d3aed7991231c753fc (patch)
tree3acafe1942a2950c32939afc9f3ce503e3480f9d
parent4298c9f929d253687fbee674ef80a4a8bba7b225 (diff)
downloadcython-8d62db6b07f12ce3461110d3aed7991231c753fc.tar.gz
changelog
-rw-r--r--CHANGES.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index af49212b5..366c16ca2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,8 +58,9 @@ Other changes
* ``_`` is no longer considered a cacheable builtin as it could interfere with
gettext.
-* The ``PyTypeObject`` declaration in ``cpython.object`` was extended to include
- the CPython type flags.
+* Cythonize-computed metadata now cached in the generate C files.
+
+* Several corrections and extensions in numpy, cpython, and libcpp pxd files.
0.21.2 (2014-12-27)