summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d02866a..8984ee8 100644
--- a/Changelog
+++ b/Changelog
@@ -27,6 +27,8 @@ Language features:
just as the last case.
- Support for incomplete array as last field of a struct,
as specified in ISO C 99.
+- Support for declarations within 'for' loops, as specified in ISO C 99.
+ (E.g. "for (int i = 0; i < 4; i++) ...")
- Revised semantics and implementation of _Alignas(N) attribute
to better match those of GCC and Clang.
- Better tolerance for functions declared without prototypes