diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-12 10:50:37 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-12 10:51:36 +0100 |
commit | ab8de5f08a47cc757f47f30ce03a28d06c8de689 (patch) | |
tree | 092ba7eb6370081f8046b345ef08e4feaa511c86 | |
parent | 33c4383b693b85d67f8a400be786b47d9f7734ca (diff) | |
download | justbuild-ab8de5f08a47cc757f47f30ce03a28d06c8de689.tar.gz |
Update CHANGELOG
... describing the recent additions.
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dacb9d99..b9645676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ A feature release on top of `1.4.0`, backwards compatible. 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. +- The checkout-locations file now additionally allows to specify + extra environment variables to inherit. ### Fixes @@ -38,6 +40,8 @@ A feature release on top of `1.4.0`, backwards compatible. non-upwards relative paths. - The local api correctly handles not-found blobs, even in the absence of a local git api. +- For remote execution, the server capability `max_batch_total_size_bytes` + is now correctly honored, if announced by the server. - Missing entries in the documentation have been added. ## Release `1.4.0` (2024-11-04) |