diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-12 11:09:36 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-12 11:56:35 +0100 |
commit | 65d35006de65e540355833a56bcaa7659f6f1afd (patch) | |
tree | ffa01f0b613cf8f0cf9d0ead23399bcc89ab1f28 /CHANGELOG.md | |
parent | a1bdc438f3e17b0c30f3a53b0bc5e38ebb7bb936 (diff) | |
download | justbuild-65d35006de65e540355833a56bcaa7659f6f1afd.tar.gz |
Filesystem: Fix copy overwrite of symlink with file
... and improve log messages in case of failure.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 76da1d49..66406237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ A feature release on top of `1.2.0`, backwards compatible. resulting stage is well-formed, i.e., without tree conflicts. - Local execution and `just execute` now correctly create empty directories if they are part of the action's input. +- Fixed overwrite of existing symlinks in the output directory + when using subcommands `install` and `install-cas`. ## Release `1.2.0` (2023-08-25) |