summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-24 10:45:15 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-24 12:30:09 +0200
commit4ea9f8f7f3367bed309c6e3f84bed541d73929e8 (patch)
tree96bebf1b8500477fd24c1a94402acadb5e999751 /CHANGELOG.md
parentb390b41f7401ccb06e57ec459bf996ebdc4bd0f8 (diff)
downloadjustbuild-4ea9f8f7f3367bed309c6e3f84bed541d73929e8.tar.gz
CHANGELOG: mention that the expression language has been extended
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11270ac0..0b5f18e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,9 @@ A feature release on top of `1.2.0`, backwards compatible.
enabled whatever the distro considers suitable.
- The `gc` subcommand supports an option `--no-rotate` to carry out
only local clean up.
+- The expression language has been extended and, in particular,
+ allows indexed access to an arry (basically using it as a tuple)
+ and a generic form of assertion (to report user errors).
### Fixes