summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-14 11:28:10 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-14 11:28:10 +0200
commit0fe237e2e9c23e8b482cdc5ff6efc8b8b2a4feda (patch)
treefa1984740a6eb6aad1bba40734895e8774809c13 /CHANGELOG.md
parente294c501a76e9388afe4e19d5985484dc50ca905 (diff)
downloadjustbuild-0fe237e2e9c23e8b482cdc5ff6efc8b8b2a4feda.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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