summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-22 16:48:03 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-23 10:11:49 +0200
commit6a1c5cc2c05e7c013a44cddbf030b7d50f1daf12 (patch)
tree9dc0e79829abd5a66819a8bba70680550784fe85 /CHANGELOG.md
parent4084db065c9bd973ff5664e45336a6674d66b45e (diff)
downloadjustbuild-1.4.0-alpha+20241023.tar.gz
expressions: enforce strict arguments for "join" and "join_cmd"v1.4.0-alpha+20241023
... as described in the documentation. It was never intended to have a single string being an argument for those.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4f194c3..dace2933 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,10 @@ local build root on upgrade.
- The built-in rule `"generic"` now properly enforces that the
obtained outputs form a well-formed artifact stage; a conflicting
arrangement of artifacts was possilbe beforehand.
+- The built-in expression functions `"join"` and `"join_cmd"`
+ now properly enforce that the argument is a list of strings.
+ So far, they used to accept a single string, treating it as a
+ singleton list.
- A bug was fixed that cased `just serve` to fail with an internal
error when building against ignore-special roots.
- `just` now accurately reports internal errors that occurred on