maint: post-release administrivia

* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
This commit is contained in:
Akim Demaille
2020-07-09 21:33:24 +02:00
parent 2d90916067
commit a7ed13b25f
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
3.6.90
3.6.91

5
NEWS
View File

@@ -1,5 +1,8 @@
GNU Bison NEWS
* Noteworthy changes in release ?.? (????-??-??) [?]
* Noteworthy changes in release 3.6.91 (2020-07-09) [beta]
** Bug fixes
@@ -50,7 +53,7 @@ GNU Bison NEWS
In these cases, the parser usually doesn't have enough lookahead to
differentiate the two given examples.
The counterexamples are "focused": in two different ways. First, they do
The counterexamples are "focused" in two different ways. First, they do
not clutter the output with all the derivations from the start symbol,
rather they start on the "conflicted nonterminal". They go straight to the
point. Second, they don't "expand" nonterminal symbols uselessly.