]> 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 cb2cd64109884f8bbbda3ca51a950502256746cd..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
@@ -2723,7 +2732,7 @@ Output file does not redefine const for C++.
 
 -----
 
-Copyright (C) 1995-2014 Free Software Foundation, Inc.
+Copyright (C) 1995-2015 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.