diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-13 15:03:19 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-09-19 14:54:38 -0700 |
commit | 2e93a9ddcf1f97188250335d991fbd7a2cc283af (patch) | |
tree | 86289e08e361a90e38c35db12501ea9b056d832d /scripts | |
parent | 89b075f592271bc11d58ebb7f854c453e81e3cf1 (diff) | |
download | qtlocation-mapboxgl-2e93a9ddcf1f97188250335d991fbd7a2cc283af.tar.gz |
[core] For string-valued properties, do coercion rather than assertion
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/changelog_staging/expression-string-coercion.json | 3 |
1 files changed, 3 insertions, 0 deletions
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." +} |