aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-03 23:15:44 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-03 23:15:44 -0600
commit0a7919737e55c2bd5e87698f10717501e850f0d7 (patch)
tree8e97d515dae0f2f742e73553fd373f44401e840e /README.md
parent91250ecfa75ea754f54aae6d8a52cd8ce9724e0c (diff)
downloadmakers-0a7919737e55c2bd5e87698f10717501e850f0d7.tar.gz
makers-0a7919737e55c2bd5e87698f10717501e850f0d7.zip
that's good enough for 0.4.00.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f675fff..d0519e1 100644
--- a/README.md
+++ b/README.md
@@ -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