summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-07 14:49:52 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-07 17:42:26 +0200
commit923f23828c63cb88225663d0d48a41362f4fbd81 (patch)
tree0bd24cc9dfeee0a9b92fd38d02b212b19709a229 /CHANGELOG.md
parente96978c1bfed78ed1cb7c668c075d5e6f2cd2614 (diff)
downloadjustbuild-923f23828c63cb88225663d0d48a41362f4fbd81.tar.gz
CHANGELOG: tree overlays are implemented
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 a5b499b0..6dc36275 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ A feature release on top of `1.5.0`, backwards compatible.
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.
+- Computing a tree as overlays of other trees was added as a new
+ in-memory action.
- The expression language has been extended to contain new
built-in functions `"zip_with"`, `"zip_map"`.