summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2017-03-27 14:26:59 -0700
committerJesse Bounds <jesse@rebounds.net>2017-03-29 16:58:07 -0700
commitdcb14f98ee534b22cae8a0f829302a0b2b2459b2 (patch)
tree674482b9f039992f4a1b26bee217f9df05e7af28 /platform/ios/CHANGELOG.md
parent1edbb0f24b3b405bfc203803fffb1fa1ed68f142 (diff)
downloadqtlocation-mapboxgl-dcb14f98ee534b22cae8a0f829302a0b2b2459b2.tar.gz
[ios] Modify return type so callout bridges with protocol in Swift
`- (nullable UIView <MGLCalloutView> *)mapView:(MGLMapView *)mapView calloutViewForAnnotation:(id <MGLAnnotation>)annotation;` bridges with a `UIView?` return type in Swift. This changes replaces the `UIView` type in the method signature so that, when bridged to Swift, the returned object is defined as `MGLCalloutView?`.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 40795a2aef..027689696e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## 3.5.1
+
+### Other changes
+
+* Fixed an issue that caused the return type of a map view delegate method to bridge incorrectly to applications written in Swift. ([#8541](https://github.com/mapbox/mapbox-gl-native/pull/8541))
+
## 3.5.0
### Packaging