diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,13 @@ list of features that are needed for version 1.0: ## changelog +### v0.4.0 - 2021-04-03 + +- fix newline handling so escaped newlines & conditional lines work the way they're supposed to +- implement GNU-style `%`-matching inference rules +- dependencies of `.PHONY` special target are now always assumed out-of-date until rebuilt, regardless of filesystem status +- give user-defined inference rules priority over built-in ones + ### v0.3.0 - 2021-04-03 - allow installing with `--no-default-features` for pure-POSIX compatibility |