summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-11-09 20:36:11 -0800
committerJesse Bounds <jesse@rebounds.net>2016-11-09 20:36:11 -0800
commitd0e8ed4bc30c62b5b6894534e4cf816acb414efa (patch)
treeb2dd32b5eddbe048ecbceab43fff440a527f6176
parentda725d7bf96bf450a0e4c0ef58f10a90baa4acff (diff)
parent157ba2651f73fa4c1ab53d5f512f9a350b90a911 (diff)
downloadqtlocation-mapboxgl-d0e8ed4bc30c62b5b6894534e4cf816acb414efa.tar.gz
Merge branch 'release-ios-v3.3.6' into merge-release-ios-v3.3.6
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 494adbda64..cc1f050af0 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -80,6 +80,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* MGLMapDebugOverdrawVisualizationMask no longer has any effect in Release builds of the SDK. This debug mask has been disabled for performance reasons. ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
* Fixed a typo in the documentation for the MGLCompassDirectionFormatter class. ([#5879](https://github.com/mapbox/mapbox-gl-native/pull/5879))
+## 3.3.6 - November 9, 2016
+
+* Fixed a crash that occurred during low-memory situations when multiple instances of MGLMapView were in the view hierarchy. The speculative fix in v3.3.5 has been reverted. ([#6972](https://github.com/mapbox/mapbox-gl-native/pull/6972))
+
## 3.3.5 - November 2, 2016
* Speculatively fixed an OpenGL rendering crash. ([#6844](https://github.com/mapbox/mapbox-gl-native/pull/6844))