summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-08-21 11:53:08 -0400
committerJason Wray <jason@mapbox.com>2018-08-22 13:05:49 -0400
commitd31df6a615aee731199e992cf8e1d1f8e87daf66 (patch)
tree8ccd6fbfd873567323d2bf2db6c5dbb67f93807b /platform/ios/CHANGELOG.md
parentbe83bb76b85d37d9b9fc10f60e038e5ff426b200 (diff)
downloadqtlocation-mapboxgl-d31df6a615aee731199e992cf8e1d1f8e87daf66.tar.gz
[ios, build] Fix bad changelog header and improve handling
Also, specifically require `execSync`.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-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 bfc5e77af8..96dcd86f8c 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -22,7 +22,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added a new option to `MGLSymbolPlacement`, `MGLSymbolPlacementLineCenter`, that places the label relative to the center of the geometry. ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337))
* Added a `MGLShapeSourceOptionLineDistanceMetrics` property that enables or disables calculating line distance metrics.
-## User location
+### User location
* Added an `MGLMapView.locationManager` property and `MGLLocationManager` protocol for tracking user location using a custom alternative to `CLLocationManager`. ([#12013](https://github.com/mapbox/mapbox-gl-native/pull/12013))
* Fixed a crash that occurred when `MMELocationManager` was deallocated and the delegate was reporting updates. ([#12542](https://github.com/mapbox/mapbox-gl-native/pull/12542))