aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-01 22:49:05 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-01 22:49:05 -0600
commit543124c62c8123bd67e90bbc710aa064c6c5e271 (patch)
tree4c85750962be818c0d551eb304458724d9763a72 /README.md
parente732953c2855cdb68409fd122bf2e519d4eca00a (diff)
downloadmakers-543124c62c8123bd67e90bbc710aa064c6c5e271.tar.gz
makers-543124c62c8123bd67e90bbc710aa064c6c5e271.zip
slap a bow on v0.2.00.2.0
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