diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5f18e8..15a54239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ A feature release on top of `1.2.0`, backwards compatible. - 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). +- The `analyse` subcommand supports a new flag `--dump-result` to dump + the analysis result to a file or stdout (if `-` is given). ### Fixes |