diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-15 17:13:38 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-16 15:09:05 +0100 |
commit | c3b10ee7c9320ed6cf5daec6310b0296812ea86a (patch) | |
tree | 1ea7b015ea9cc2a30fb896f689b4ea5da0e41cc0 /CHANGELOG.md | |
parent | 7027ce395a7aa835dd261fce0a554265c9753006 (diff) | |
download | justbuild-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.md | 1 |
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` |