Commit b87e6f85 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent db1f0ad5
......@@ -18,6 +18,9 @@ Features added
Bugs fixed
----------
* Regression in 0.19 that rejected valid C expressions from being used
in C array size declarations.
* In C++ mode, the C99-only keyword ``restrict`` could accidentally be
seen by the GNU C++ compiler. It is now specially handled for both
GCC and MSVC.
......
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