summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-12-01 17:02:12 -0800
committerJesse Bounds <jesse@rebounds.net>2016-12-01 17:02:12 -0800
commit8317a11a10400c28e36017a9441e18d49f99acd0 (patch)
treebdfdeafc75fb93be648a2a83dd43a9c852df4faa /platform/ios
parent5dd71d3c3048c1a521f65f3a2f7b13c9c0fed279 (diff)
downloadqtlocation-mapboxgl-8317a11a10400c28e36017a9441e18d49f99acd0.tar.gz
[ios] Update changlog for ios-v3.3.7
Diffstat (limited to 'platform/ios')
-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 d904c3cebd..6c51404a38 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -85,6 +85,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed a typo in the documentation for the MGLCompassDirectionFormatter class. ([#5879](https://github.com/mapbox/mapbox-gl-native/pull/5879))
* The UITapGestureRecognizer on MGLMapView that is used for selecting annotations now fails if a tap does not select an annotation. ([#7246](https://github.com/mapbox/mapbox-gl-native/pull/7246))
+## 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))