aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0949478..cce00fb 100644
--- a/README.md
+++ b/README.md
@@ -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