summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-12-01 15:35:07 -0800
committerJesse Bounds <jesse@rebounds.net>2016-12-01 15:35:07 -0800
commitfae3d80e2f4bbb1689b13f1a506d7ca0b4d2ddfb (patch)
treecab5a81a0de99c9f0064e022060f84f2f4531cdd /platform/ios/CHANGELOG.md
parent73fa7ea6664fd91b4ccfe42a6b4cc061d615f65a (diff)
parent72d553c4b1fef9e7fe4a34c0b22592f5b848e34d (diff)
downloadqtlocation-mapboxgl-fae3d80e2f4bbb1689b13f1a506d7ca0b4d2ddfb.tar.gz
Merge branch 'release-ios-v3.3.7'
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-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 b29e1c50a0..99707e0c2d 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -82,6 +82,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.7 - November 17, 2016
+
+* This version is the same as 3.3.6 but it is built with Xcode 8 that produces a smaller binary. Developers using this version in Swift applications built with Xcode 7.3.1 should use the unstripped, `*-symbols` framework.
+
## 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))