summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-24 17:08:44 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-24 17:08:44 +0100
commit320da5bffd2dcde3b0df483b49e36b707bbf3008 (patch)
treefdd04234046e8f7730139d4412c7fa19d7a9df1a /CHANGELOG.md
parenta1e9efb1cea77bacf83fa7b576bc765d0155f2c6 (diff)
downloadjustbuild-320da5bffd2dcde3b0df483b49e36b707bbf3008.tar.gz
CHANGELOG: mention invocation logging and profiling
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05363099..a5b499b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ A feature release on top of `1.5.0`, backwards compatible.
### New features
+- `just-mr` now supports logging of each invocation by setting
+ an appropriate configuration in the rc-file. Together with
+ the newly-added option `--profile` of `just` this can be used
+ to gather statistics on build times, cache hit rates, as well as
+ their evolution over time.
- The expression language has been extended to contain new
built-in functions `"zip_with"`, `"zip_map"`.