diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-03 12:34:43 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-10-03 13:26:59 -0400 |
commit | 0200773762e72089efcae0db5682989b6fda9027 (patch) | |
tree | 245903b95b9da5923639b1f5695d88c5ec0e5596 | |
parent | 360a36771b20fdcad913d0a6f228d92aa9cb3c1b (diff) | |
download | qtlocation-mapboxgl-0200773762e72089efcae0db5682989b6fda9027.tar.gz |
[ios] Update events library to include symbol namespace fix
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 | ||||
m--------- | platform/ios/vendor/mapbox-events-ios | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 7693dca330..c766dff259 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -31,6 +31,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed an issue where `-[MGLMapSnapshotter startWithQueue:completionHandler:]` failed to call its completion handler in some cases. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) * Fixed bugs in coercion expression operators ("to-array" applied to empty arrays, "to-color" applied to colors, and "to-number" applied to null) [#12864](https://github.com/mapbox/mapbox-gl-native/pull/12864) * Added the `MGLCollisionBehaviorPre4_0` Info.plist key for applications that require the collision detection behavior in version v3.7 of the SDK. ([#12941](https://github.com/mapbox/mapbox-gl-native/pull/12941)) +* Fixed an issue where symbols from the events library could be duplicated when the maps SDK was used in conjunction with another Mapbox framework. ([#13008](https://github.com/mapbox/mapbox-gl-native/pull/13008)) ## 4.4.1 - September 13, 2018 diff --git a/platform/ios/vendor/mapbox-events-ios b/platform/ios/vendor/mapbox-events-ios -Subproject 33476cafc3669d151411a9c52d5feaaf31d628d +Subproject d5e86d0a749d94a8e5f032b9946f7683bdd8c8b |