summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-15 17:13:38 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-16 15:09:05 +0100
commitc3b10ee7c9320ed6cf5daec6310b0296812ea86a (patch)
tree1ea7b015ea9cc2a30fb896f689b4ea5da0e41cc0 /CHANGELOG.md
parent7027ce395a7aa835dd261fce0a554265c9753006 (diff)
downloadjustbuild-c3b10ee7c9320ed6cf5daec6310b0296812ea86a.tar.gz
Make "config" accept a computed target
... and thus allowing the "business logic" in the configuration target (e.g., setting defaults and derived options) to be shared by many targets.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d50058f2..9b5b9846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Initial stable release.
### Important changes since `1.0.0~beta5`
+- The "configure" built-in rule now evaluates "target"
- Option `--dump-vars` added to `just analyse`
- Rule fixes in propagating `ENV`
- Launcher functionality added to `just-mr`