summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-04-03 11:50:11 -0400
committerGitHub <noreply@github.com>2019-04-03 11:50:11 -0400
commitc7b709c5af991617b5247e65ef5331e69ffe5919 (patch)
treeea7cd95f758a92bcad14814700184823aa345331 /platform/ios/CHANGELOG.md
parent100c9b7bc19bb183780f044c109e4ed6dba7842b (diff)
downloadqtlocation-mapboxgl-c7b709c5af991617b5247e65ef5331e69ffe5919.tar.gz
[ios] Enable/disable presentsWithTransaction to address #14232 (#14307)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 3e59ae1da8..2e2d74407d 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -24,6 +24,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added `MGLOrnamentPosition` enum and margin properties to customize scale bar, compass, logo, and attribution position within the map view. ([#13911](https://github.com/mapbox/mapbox-gl-native/pull/13911))
* Added an `MGLMapView.prefetchesTiles` property to configure lower-resolution tile prefetching behavior. ([#14031](https://github.com/mapbox/mapbox-gl-native/pull/14031))
+* Speculatively fixed a performance issue seen on iOS 12.2, when an `MGLMapView` is repeatedly removed and re-added in a view hierarchy. ([#14264](https://github.com/mapbox/mapbox-gl-native/pull/14264))
+
## 4.9.0 - February 27, 2019