From b8f32790b2492c264a11085e4cbb118940929f5d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw <robertwb@gmail.com> Date: Wed, 24 Aug 2016 00:30:42 -0700 Subject: [PATCH] Update changes. --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 53b15a381..26b7dcaf8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,9 @@ Features added * Cython implemented C++ classes can make direct calls to base class methods. Patch by empyrical. +* C++ classes can now have typedef members. STL containers updated with + value_type. + * New directive ``cython.no_gc`` to fully disable GC for a cdef class. Patch by Claudio Freire. -- 2.30.9