commit a32879322714f53ec044dabe4d20c44cb85be116 parent 280d57b40b71c16b242dab52286592efdf2e3356 Author: Toby Goodwin <toby@paccrat.org> Date: Mon, 5 Mar 2018 07:08:12 +0000 add to ChangeLog Diffstat:
M | ChangeLog | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -903,3 +903,11 @@ Changes since rc-1.5b2 2015-05-13 Release: rc-1.7.4. + +[... needs completing] + +2018-03-05 + + Bug: the grammar disallowed local assignments and redirections in the true + branch of `if` when there was an `else` clause (thanks Dražen Borković and + Bert Münnich; github #31).