X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1d0f55cc843d6dfca01e2c13fd49ee2c119c6631..812775a0391e122eff1983afea2da96c600c7307:/NEWS diff --git a/NEWS b/NEWS index 80b49da6..edb16109 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,21 @@ Bison News for any NAME and VALUE. Omitting `=VALUE' on the command line is equivalent to omitting `"VALUE"' in the declaration. +** %define variables renamed. + + The following %define variables + + api.push_pull + lr.keep_unreachable_states + + have been renamed to + + api.push-pull + lr.keep-unreachable-states + + The old names are now deprecated but will be maintained indefinitely + for backward compatibility. + ** Temporary hack for adding a semicolon to the user action. Previously, Bison appended a semicolon to every user action for