diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-22 10:27:09 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-22 14:00:39 +0100 |
commit | 4baaf93a0387f30cef93a39b5a6841218c42c308 (patch) | |
tree | 914cbd60cffdd82ecc9461ff31d81cebe9cf8a2d /CHANGELOG.md | |
parent | 1c953b099d37363452f7ecce5bdec1097c66b920 (diff) | |
download | justbuild-4baaf93a0387f30cef93a39b5a6841218c42c308.tar.gz |
Add option --dump-export-targets
... dumping only the configured targets that are export targets.
Those targets are of particular interest as those are the targets,
as they are the high-level caching points and also often serve
as interface between projects.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65467f67..c7636b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ A feature release on top of `1.0.0`, backwards compatible. - `just-mr` is now available as C++ binary and supports fetching in parallel +### Other changes + +- `just analyse` now supports a new option `--dump-export-targets` + ## Release `1.0.0` (2022-12-12) Initial stable release. |