summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2019-03-21 14:22:26 -0700
committerGitHub <noreply@github.com>2019-03-21 14:22:26 -0700
commitf2433c893da6df86637a9d8acc06435d60f5fb1e (patch)
tree4d28769b5d105bc9bda76a5e75119f8e64b4edf5 /platform/macos/CHANGELOG.md
parent7f629b4ab53e3252b8fcd687e15b976aaaf9e47e (diff)
downloadqtlocation-mapboxgl-f2433c893da6df86637a9d8acc06435d60f5fb1e.tar.gz
[ios, macos] Fix conditional expression parsing error. (#14181) (#14191)
Fixed an error that caused conditional expressions to crash when a conditional parameter was also a conditional expression.
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 0c6fd89b56..36668dfe22 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -10,6 +10,7 @@
* Added `MGLNetworkConfiguration` class to customize the SDK's `NSURLSessionConfiguration` object. ([#11447](https://github.com/mapbox/mapbox-gl-native/pull/13886))
* Fixed an issue that caused `MGL_FUNCTION` to ignore multiple formatting parameters when passed a `format` function as parameter. ([#14064](https://github.com/mapbox/mapbox-gl-native/pull/14064))
* Added `mgl_attributed:` expression operator, which concatenate `MGLAttributedExpression` objects for specifying rich text in the `MGLSymbolStyleLayer.text` property. ([#14094](https://github.com/mapbox/mapbox-gl-native/pull/14094))
+* Fixed an issue that caused conditional expressions to crash when passed nested conditional expressions as parameters. ([#14181](https://github.com/mapbox/mapbox-gl-native/pull/14181))
### Offline