diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-02 13:19:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-02 14:09:02 +0200 |
commit | abe88cb2f16865bbcb75297c525eb51fed50d563 (patch) | |
tree | 159f6a11945efa6490ed104c6ea97436ef45995c /CHANGELOG.md | |
parent | 25c9c5f2007468011cae28d031775a515ee94164 (diff) | |
download | justbuild-abe88cb2f16865bbcb75297c525eb51fed50d563.tar.gz |
CHANGELOG: mention cwd support
... and drop the corresponding design document as implemented.
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 e14f43c9..747c735d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ A feature release on top of `1.3.0`, backwards compatible. ### New features +- User-defined rules, as well as the built-in rule `"generic"` can + now specify a subdirectory in which an action is to be executed. - `just-mr` now supports garbage collection for repository roots via the `gc-repo` subcommand. This follows the same two-generation approach as garbage collection for the cache-CAS pair; in |