summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-07-01 11:57:58 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-07-01 12:20:16 +0200
commit420c2991ef5f1c788a1756c2fde5b17bd6e4fa36 (patch)
tree1cc53967bcfdc802b97a422689fb3011f14264b7 /CHANGELOG.md
parent9ddb30d80d9ee031771f56f2ec218a995c9c4842 (diff)
downloadjustbuild-master.tar.gz
Invocation server: fix total count of non-cached actionsHEADmaster
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.md2
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)