diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-21 14:20:24 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-22 16:51:47 +0100 |
commit | bab0d949d51fe4f10c8d492083427d514206cb63 (patch) | |
tree | 4c341f495d4c7f9233ef1e21a0b75b5035bce4be /CHANGELOG.md | |
parent | aa330e53132ee01981d21d5d66f39c0d808cf418 (diff) | |
download | justbuild-bab0d949d51fe4f10c8d492083427d514206cb63.tar.gz |
LocalAction: Fix staging of empty trees
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 6c494b28..2bb78588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ A feature release on top of `1.2.0`, backwards compatible. used for keeping track of running operations. - The built-in rule `"install"` now properly enforces that the 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. ## Release `1.2.0` (2023-08-25) |