diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-26 14:53:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-26 16:59:52 +0200 |
commit | aac30fe58780786e5359673daf68902049e2f317 (patch) | |
tree | 448c664322a9b0053baf5a75f1c9554543af3aaf /CHANGELOG.md | |
parent | d3268a5bf2e89ed32515933d0aa09c16f35e3b1d (diff) | |
download | justbuild-aac30fe58780786e5359673daf68902049e2f317.tar.gz |
Changelog: mention quote and quasi-quote expressions
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 54d0350b..e14f43c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ A feature release on top of `1.3.0`, backwards compatible. will not lead to an inconsistent state; however, the directories 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. ### Fixes |