summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-03-29 11:24:17 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-03-29 11:24:17 -0400
commit24361fef304560b86df14354a2119ac20b068724 (patch)
tree120574d9405daf8e7354125f69a1e265b0c51ee5
parentb5c886232cbab9e4c8b5e46c0b76950cf08da627 (diff)
downloadqtlocation-mapboxgl-24361fef304560b86df14354a2119ac20b068724.tar.gz
Added change log
-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..cf14c50acc 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))
+* 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