summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-07-18 15:38:45 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-07-18 15:38:45 -0700
commit1d96191442cfd8cf798af8fad972e3bcc60f1677 (patch)
treed576712244840a2180d86e2e3e687c5e6661a73b /platform/ios
parent8179f2f6b2c185c16745c6a3faf4d4bd9683ef16 (diff)
downloadqtlocation-mapboxgl-1d96191442cfd8cf798af8fad972e3bcc60f1677.tar.gz
[ios] Updated changelog for v3.3.1
Added entries for #5693, #5677, and #5671.
Diffstat (limited to 'platform/ios')
-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 d8aa664090..d74f99738a 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,9 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## master
+## 3.3.1
* Fixed an issue causing overlapping polylines and polygons to be drawn in undefined z-order. Shapes are always drawn in the order they are added to the map, from the oldest on the bottom to the newest on the top. ([#5710](https://github.com/mapbox/mapbox-gl-native/pull/5710))
+* Fixed an issue preventing MGLMapView from changing its viewport when a single annotation was passed into `-[MGLMapView showAnnotations:animated:]`. ([#5693](https://github.com/mapbox/mapbox-gl-native/pull/5693))
+* If you subclass MGLAnnotationView, your implementation of `-setSelected:animated:` is now called with the correct value in the `animated` parameter, making it possible to animate a deselection. ([#5677](https://github.com/mapbox/mapbox-gl-native/pull/5677))
+* The compass, Mapbox logo, and attribution button now accommodate the containing map view’s content insets. If your interface elements partially overlap the map view but do not affect the top and bottom layout guides, set the `automaticallyAdjustsScrollViewInsets` property to `NO` and set the `contentInset` property to a suitable value. ([#5671](https://github.com/mapbox/mapbox-gl-native/pull/5671))
## 3.3.0