diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-10 10:55:52 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-10 11:21:43 +0100 |
commit | bec7e61152e28106a17d5406cc596353f22ebf26 (patch) | |
tree | 05d6afabf7764f4333cc6b7585b3b06c7e3c7110 | |
parent | 3c2877dd63698f6ef424538ed91ffa66144bf115 (diff) | |
download | justbuild-bec7e61152e28106a17d5406cc596353f22ebf26.tar.gz |
Update CHANGELOG to include the new features
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c781b87..ad139413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ A feature release on top of `1.4.0`, backwards compatible. +### Major new features + +- Added two new root types: `"computed"` and `"tree structure"`. + This allows to define roots as the artifacts of an export target + of an earlier-defined content-fixed repository, as well as the + underlying tree structure of an earlier-defined content-fixed + root. Both new root types are themselves content fixed. + +### New features + +- A new tool `just-lock` has been added that allows to define + `just-mr` repository configurations out of an abstract configuration + defining base repositories and a sequence of imports. +- An option `-p` was added to the building subcommands to show the + unique artifact (if there is precisely one) on stdout. + ### Fixes - Fixes ensuring proper pointer life time and access check. |