+* New translations
+ Croatian, thanks to Denis Lackovic.
+
+* Incorrect token definitions
+ When fed with `%token 'a' "A"', Bison used to output `#define 'a' 65'.
+
+* Token definitions as enums
+ Tokens are output both as the traditional #define's, and, provided
+ the compiler supports ANSI C or is a C++ compiler, as enums.
+ This helps debuggers producing symbols instead of values.
+
+* Reports
+ In addition to --verbose, bison supports --report=THINGS, which
+ produces additional information:
+
+ `itemset' complete the core item sets with their closure
+ `lookahead' explicitly associate lookaheads to items
+