diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ that said, I test manually on complicated projects, and the current record for m ## changelog +### v0.2.0 - 2021-04-01 + +- partially implement GNU-style conditionals (only parentheses around arguments are supported) +- implement some GNU-style functions: `filter`, `filter-out`, `sort`, `notdir`, `basename`, `addprefix`, `wildcard`, `foreach`, `call` +- improve error reporting for parse errors + ### v0.1.0 - 2021-03-25 - initial release |