diff options
author | Fabian Guerra <fabian.guerra@mapbox.com> | 2019-02-01 10:02:02 -0800 |
---|---|---|
committer | Fabian Guerra <fabian.guerra@mapbox.com> | 2019-02-01 10:02:02 -0800 |
commit | e43e2fdb5ec807baacbfa65a95e77f0b2be32ecd (patch) | |
tree | 76e3b6f7a63449afd7c8237a22bb612a03e9d8c2 | |
parent | 0d784dc3e6d5f7978865a0c84d5793605b4bd7a5 (diff) | |
download | qtlocation-mapboxgl-upstream/fabian-tracking-13772.tar.gz |
[ios] Update changelog.upstream/fabian-tracking-13772
-rw-r--r-- | platform/ios/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 7974598ce8..61ecc4f5e7 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,6 +2,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. +## master + +* Fixed a bug where setting `MGLMapView.userTrackingMode` to `MGLUserTrackingModeFollowWithHeading` and `MGLUserTrackingModeFollowWithCourse` was being ignored. ([#13849](https://github.com/mapbox/mapbox-gl-native/pull/13849)) + ## 4.8.0 ### Styles and rendering |