summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-07 19:47:53 -0400
committerJason Wray <jason@mapbox.com>2017-09-07 19:47:53 -0400
commitefe9928ad507cc99fceb78b83c7bcc8eae69b0f9 (patch)
treeb16654cb15fea10f174adcde482cd82d3df29565
parent59076c830051e1fde26c6353406b04748a7c9b00 (diff)
downloadqtlocation-mapboxgl-upstream/fb-permaheading.tar.gz
[ios] Update changelog for MGLMapView.showsUserHeadingIndicatorupstream/fb-permaheading
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 1fe6f35953..493870268e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -4,6 +4,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 3.6.3
+* Added the option to display an always-on heading indicator with the default user location annotation, controlled via the `MGLMapView.showsUserHeadingIndicator` property. ([#9886](https://github.com/mapbox/mapbox-gl-native/pull/9886))
* Fixed an issue where user heading tracking mode would update too frequently. ([#9845](https://github.com/mapbox/mapbox-gl-native/pull/9845))
* Added support for iOS 11 location usage descriptions. ([#9869](https://github.com/mapbox/mapbox-gl-native/pull/9869))
* Fixed an issue where `MGLUserLocation.location` did not follow its documented initialization behavior. This property will now properly return `nil` until the user’s location has been determined. ([#9639](https://github.com/mapbox/mapbox-gl-native/pull/9639))