diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-07-01 11:57:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-07-01 12:20:16 +0200 |
commit | 420c2991ef5f1c788a1756c2fde5b17bd6e4fa36 (patch) | |
tree | 1cc53967bcfdc802b97a422689fb3011f14264b7 /CHANGELOG.md | |
parent | 9ddb30d80d9ee031771f56f2ec218a995c9c4842 (diff) | |
download | justbuild-master.tar.gz |
While our presentation shows the details of only up to 30
non-cached actions, the count reported in the heading should
still be the total count of all non-cached actions. Fix this.
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 6d51a7ac..47771d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Bug fixes on top of `1.6.0`. - `just-mr` now correctly maintains also the Git cache lock when calling `just` if repository configuration was involved, preventing any unwanted intermediary repository garbage collection. +- The invocation server now correctly reports the total number of + uncached actions. ## Release `1.6.0` (2025-06-27) |