diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-30 11:44:55 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-30 14:47:41 +0100 |
commit | b30a29ed7490159be12ed033ea66c8913918d266 (patch) | |
tree | f7b517be124922050fa5a1b7fb7e2ac352adc18a /CHANGELOG.md | |
parent | c4504809bfa1455b4f5c2a651e7ad8f37804ea99 (diff) | |
download | justbuild-b30a29ed7490159be12ed033ea66c8913918d266.tar.gz |
CHANGELOG: mention cooperation of `just serve` with compatible remote
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 dace2933..7b8296ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ local build root on upgrade. ### New features +- `just serve` now also works together with a compatible remote-execution + endpoint. This uses an extended version of the serve protocol, so + both, `just-mr` and `just serve` need to be at the new version. - 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 |