Commit b8f32790 authored by Robert Bradshaw's avatar Robert Bradshaw

Update changes.

parent 3f884a1c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment