summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-13 15:15:49 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-14 18:17:07 +0100
commit4ad224fdc83ba535e66a95b32c8c44900faa86c6 (patch)
treebb1dcce14e2c6b7e57d130aa8e0fe2870b578b02 /CHANGELOG.md
parent53b478d5bb01ed55eec610c5bc7c0984911e72b7 (diff)
downloadjustbuild-4ad224fdc83ba535e66a95b32c8c44900faa86c6.tar.gz
Update CHANGELOG
... with entry for new just add-to-cas --resolve-special option.
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 b9645676..cc05f53c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,9 @@ A feature release on top of `1.4.0`, backwards compatible.
unique artifact (if there is precisely one) on stdout.
- The checkout-locations file now additionally allows to specify
extra environment variables to inherit.
+- `just add-to-cas` now supports the `--resolve-special` option, which
+ defines how special entries (e.g., symlinks) are to be handled when
+ adding directories to CAS.
### Fixes