diff --git a/NEWS b/NEWS index 21937f12..31df56c5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + GNU readline portability issues. * Noteworthy changes in release 3.6 (2020-05-08) [stable] diff --git a/examples/c/bistromathic/README.md b/examples/c/bistromathic/README.md index 05f1b7ed..6b66299e 100644 --- a/examples/c/bistromathic/README.md +++ b/examples/c/bistromathic/README.md @@ -14,6 +14,9 @@ This example demonstrates best practices when using Bison. - It supports debug traces with semantic values. - It uses named references instead of the traditional $1, $2, etc. +To customize the interaction with bistromathic, see the GNU Readline user +manual (see `info rluserman`). +