summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-05 11:16:16 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-05 16:13:45 +0200
commit68d4f5bb1d2dc953c1bccad96d7c6707159e0790 (patch)
tree86134584b9c978bdcefa9fcf61cfa01ebe48faf3 /CHANGELOG.md
parent731b383412bfc1a53cfd89e47b24111f5b22e5e5 (diff)
downloadjustbuild-68d4f5bb1d2dc953c1bccad96d7c6707159e0790.tar.gz
Expression language: add expression from_subdir
... allowing to select only the keys in a specific subdir, and move the them to top-level.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 747c735d..56709f0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,8 @@ A feature release on top of `1.3.0`, backwards compatible.
at the old location will not be used anymore while still using
disk space.
- The expression language has been extended to contain quote and
- quasi-quote expressions.
+ quasi-quote expressions, as well as a new built-in function
+ `"from_subdir"`.
### Fixes