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-04-02 09:12:53 -0400
commitf06803f1908a3c49fad3aa569c0f8fec40e09c46 (patch)
tree865e8af55104c6f7f273f16cbc3e535d0d0d26eb
parent9fb0cf28b142988e4b44f56da6177e188b4a1e6a (diff)
downloadqtlocation-mapboxgl-f06803f1908a3c49fad3aa569c0f8fec40e09c46.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