diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-05 11:16:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-05 16:13:45 +0200 |
commit | 68d4f5bb1d2dc953c1bccad96d7c6707159e0790 (patch) | |
tree | 86134584b9c978bdcefa9fcf61cfa01ebe48faf3 /CHANGELOG.md | |
parent | 731b383412bfc1a53cfd89e47b24111f5b22e5e5 (diff) | |
download | justbuild-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.md | 3 |
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 |