diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-21 12:04:51 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-22 17:58:50 +0200 |
commit | d6e4c6a97b402ba1af6885b18c1a21f26323e756 (patch) | |
tree | c90f053176da9440126a405c24470a6784fa7d89 /CHANGELOG.md | |
parent | 5b2f60377b591c9a5602cd913f880c93506f2b1b (diff) | |
download | justbuild-d6e4c6a97b402ba1af6885b18c1a21f26323e756.tar.gz |
Update CHANGELOG: action properties are a new feature
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff81611d..356f30c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ A feature release on top of `1.1.0`, backwards compatible. +### Major new features + +- Actions can now define additional execution properties and in + 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. + ### Other changes - `just-import-git` now supports an option `--plain` to import a |