changelog
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 1 May 2013 08:18:34 +0000 (10:18 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 1 May 2013 08:18:34 +0000 (10:18 +0200)
CHANGES.rst

index 60e1494..ccd50f2 100644 (file)
@@ -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.