diff options
-rw-r--r-- | CHANGELOG.md | 3 |
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 |