From 7bb277bacb92fcbb1ab2980234fe033dcc70d628 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 27 Jan 2012 19:24:25 -0700 Subject: DOC: Document macro changes in release notes. --- doc/release/2.0.0-notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 915fb9170..2c9912f33 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -149,6 +149,15 @@ objects. For example the expression (3 and 'test') produces the string 'test', and now np.logical_and(np.array(3, 'O'), np.array('test', 'O')) produces 'test' as well. +The following macros now require trailing semicolons:: + + NPY_BEGIN_THREADS_DEF + NPY_BEGIN_THREADS + NPY_ALLOW_C_API + NPY_ALLOW_C_API_DEF + NPY_DISABLE_C_API + + Deprecations ============ -- cgit v1.2.1