summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14deb90..8412142 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ New in 3.2:
Unix line terminators (LF).
Note: This is an incompatible change. If you want to use a keyword that
ends in a CR byte, such as xyz<CR>, write it as "xyz\r".
+* The generated code avoids "implicit fallthrough" warnings in 'switch'
+ statements.
New in 3.1:
* The generated C code is now in ANSI-C by default. If you want to support