summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"`.