summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-02-27 12:04:38 -0800
committerJason Wray <jason@mapbox.com>2019-02-27 12:22:03 -0800
commita8d081a264007e342240cab586b45ca1e7b68197 (patch)
tree23a19b4790f2689d2e1bdd3a34191b385b73b9ec
parent85138b03160f0c58613903a9857a54af0a9e67a3 (diff)
downloadqtlocation-mapboxgl-a8d081a264007e342240cab586b45ca1e7b68197.tar.gz
[ios] Update changelog for ios-v4.9.0
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 34977e2a03..0647b4506e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,7 +2,7 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 4.9.0
+## 4.9.0 - February 27, 2019
* Fixed a bug where setting `MGLMapView.userTrackingMode` to `MGLUserTrackingModeFollowWithHeading` or `MGLUserTrackingModeFollowWithCourse` would be ignored if the user’s location was not already available. ([#13849](https://github.com/mapbox/mapbox-gl-native/pull/13849))
* Improved tilt gesture performance. ([#13902](https://github.com/mapbox/mapbox-gl-native/pull/13902))