From 2e93a9ddcf1f97188250335d991fbd7a2cc283af Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 13 Sep 2018 15:03:19 -0700 Subject: [core] For string-valued properties, do coercion rather than assertion --- scripts/changelog_staging/expression-string-coercion.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/changelog_staging/expression-string-coercion.json (limited to 'scripts/changelog_staging') diff --git a/scripts/changelog_staging/expression-string-coercion.json b/scripts/changelog_staging/expression-string-coercion.json new file mode 100644 index 0000000000..118c89a51c --- /dev/null +++ b/scripts/changelog_staging/expression-string-coercion.json @@ -0,0 +1,3 @@ +{ + "core": "Arguments to the `concat` expression operator are now automatically converted to string values as if via `to-string`, as are values for the `text-field`, `icon-image`, and `*-pattern` properties. Previously, such values were required to be strings, and if they were not, an error occurred." +} -- cgit v1.2.1