]> git.saurik.com Git - bison.git/blobdiff - NEWS
build: do not clean figure sources in make clean
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 0b022cf875ce83bf26a628f8194ba84464346ae5..490e89ed5c9cbe1ae340d45b924c62da22c587a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@ GNU Bison NEWS
 
 ** Bug fixes
 
+*** Named %union support
+
+  Bison 3.0 introduced a regression on named %union such as
+
+    %union foo { int ival; };
+
+  The possibility to use a name was introduced ``for Yacc compatibility''.
+  It is however not required by POSIX Yacc, and its usefulness is not clear.
+
 *** %define api.value.type union with %defines
 
   The yacc.c and glr.c parsers were broken when %defines was used