From 4ea9f8f7f3367bed309c6e3f84bed541d73929e8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 24 Apr 2024 10:45:15 +0200 Subject: CHANGELOG: mention that the expression language has been extended --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3