summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-12-20 16:55:30 -0800
committerJason Wray <jason@mapbox.com>2017-12-20 17:04:33 -0800
commit19329ffbd134746841905b241fbde14563921851 (patch)
treebc23035e9ef582e459c038adbd97ec7870f5cb6e /platform/ios/CHANGELOG.md
parent6a9eec8ed5dee4a4527c25523d4a8b1aee758212 (diff)
downloadqtlocation-mapboxgl-19329ffbd134746841905b241fbde14563921851.tar.gz
[ios, build] Stop packaging i386 simulator archupstream/fb-only-package-64-bit-sim
Only builds and packages x86_64 architecture in our frameworks and dSYM. Removes support for 32-bit simulators, such as the iPhone 5 and iPad 2. This does not affect device support — 32-bit devices are still supported via the arm7 architecture.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index c373eaf177..d5bf98d3f2 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,9 +2,14 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## 3.7.2
+
+* Removed support for 32-bit simulators. ([#10772](https://github.com/mapbox/mapbox-gl-native/pull/10772))
+
## 3.7.1 - December 6, 2017
### Annotations
+
* Fixed an issue that could cause `-[MGLMapViewDelegate mapView:didSelectAnnotation:]` to be triggered when tapping next to an `MGLAnnotationImage` annotation. ([#10538](https://github.com/mapbox/mapbox-gl-native/pull/10538))
### Packaging