summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-10-25 04:32:45 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-10-27 23:01:52 -0700
commit5a3089aaeecf124302c4b82bfde9348fcaf0fd43 (patch)
tree908f58c309c8f2af6f938afd8c2ae1d439cdb430 /platform/ios/CHANGELOG.md
parentaa329d061187a93c9f6cee608082fbf045b819b6 (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-e8n-vararg-colon-13026.tar.gz
[ios, macos] Fixed crash on nullary vararg expression functionupstream/1ec5-e8n-vararg-colon-13026
Equate the nullary and unary forms of vararg-style aftermarket expression functions when converting to JSON objects.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 00a085125e..b37087d189 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -7,6 +7,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Styles and rendering
* Added the ability to style symbol layers labels with multiple fonts and text sizes via the `format` expression operator. ([#12624](https://github.com/mapbox/mapbox-gl-native/pull/12624))
+* Fixed a crash when using the `MGL_LET`, `MGL_MATCH`, `MGL_IF`, or `MGL_FUNCTION` functions without a colon inside an `NSExpression` or `NSPredicate` format string. ([#13189](https://github.com/mapbox/mapbox-gl-native/pull/13189))
### Offline maps