diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-06-27 16:58:30 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-06-28 18:28:30 +0200 |
commit | fa15ce2549c378412b77f4297a1dc25932cc1418 (patch) | |
tree | 52ef58b6feb18a51fd601a6e8ef3d95cdeff1a6d /CHANGELOG.md | |
parent | 1733e00fd739c59c1708e36fde6d2d9caf6c7322 (diff) | |
download | justbuild-fa15ce2549c378412b77f4297a1dc25932cc1418.tar.gz |
Update CHANGELOG: Relative non-upwards symlinks support as a new feature
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 356f30c9..8598de89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ A feature release on top of `1.1.0`, backwards compatible. that way chose a specific remote execution image, as well as a factor to scale the time out. This also applies to the built-in `generic` rule. +- 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. ### Other changes |