diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-14 11:28:10 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-14 11:28:10 +0200 |
commit | 0fe237e2e9c23e8b482cdc5ff6efc8b8b2a4feda (patch) | |
tree | fa1984740a6eb6aad1bba40734895e8774809c13 /CHANGELOG.md | |
parent | e294c501a76e9388afe4e19d5985484dc50ca905 (diff) | |
download | justbuild-0fe237e2e9c23e8b482cdc5ff6efc8b8b2a4feda.tar.gz |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17df375a..90259af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ A feature release on top of `1.1.0`, backwards compatible. - Relative non-upwards symbolic links are now treated as first-class objects. This introduces a new artifact type and allows the free use of such symbolic links throughout the build process. +- `just-mr` can now optionally resolve symlinks contained in archives. ### Other changes @@ -24,6 +25,8 @@ A feature release on top of `1.1.0`, backwards compatible. garbage collection. - `just-mr` now supports unpacking tar archives compressed with bzip2 and xz. +- The option `-P` of `build` and `install-cas` can be used to + inspect parts of a tree. ### Fixes |