summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-03-12 17:17:36 -0400
committerJason Wray <jason@mapbox.com>2018-03-12 20:02:32 -0400
commit40e5af700b387d4ff5dcec4b9f056bc4a7e8e383 (patch)
tree46cf836367fcf1fb4a04936713e21681cb2ebc46
parent1b3d8f990f0ac524ad7142e31433717b1f8be81c (diff)
downloadqtlocation-mapboxgl-40e5af700b387d4ff5dcec4b9f056bc4a7e8e383.tar.gz
[ios] Prepare changelog for ios-v3.7.6
-rw-r--r--platform/ios/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 49b2add722..e7277a2e10 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,8 +2,11 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 3.7.6
+## 3.7.6 - March 12, 2018
+* Fixed an issue where full-resolution tiles could fail to replace lower-resolution placeholders. ([#11227](https://github.com/mapbox/mapbox-gl-native/pull/11227))
+* Fixed an issue where tilesets with bounds that cover the entire world would fail to render. ([#11425](https://github.com/mapbox/mapbox-gl-native/pull/11425))
+* Fixed a memory leak in `MGLMapSnapshotter`. ([#11193](https://github.com/mapbox/mapbox-gl-native/pull/11193))
* Fixed an issue where the pinch gesture could drift beyond bounds imposed by `-[MGLMapViewDelegate mapView:shouldChangeFromCamera:toCamera:]`. ([#11423](https://github.com/mapbox/mapbox-gl-native/pull/11423))
* Improved the visibility of the heading indicator arrow. ([#11337](https://github.com/mapbox/mapbox-gl-native/pull/11337))