aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4800a06..2b5f5a2 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,14 @@ list of features that are needed for version 1.0:
## changelog
+### v0.6.0 - 2021-04-06
+
+- implement GNU-style functions `findstring`, `realpath`, `dir`, `lastword`, `words`, `subst`, `error`, `word`, `patsubst`, `addsuffix`
+- provide GNU-style built-in variables `MAKECMDGOALS`, `CURDIR`, `MAKEFILE_LIST`
+- fix broken handling of nested conditionals
+- try to build a missing included makefile before hard-erroring
+- implement GNU-style `export`/`unexport` directives
+
### v0.5.0 - 2021-04-04
- add verbose logging