diff options
author | Jason Wray <jason@mapbox.com> | 2016-01-14 19:02:01 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-01-14 19:02:01 -0500 |
commit | b52b634e5bc0d257c54bdc04057c1ce8b9ce4b76 (patch) | |
tree | b593f604262f955e15b1d024ccb7f1e8f988381e /CHANGELOG.md | |
parent | b57e237b142ee6c74c02f5e22a1c6e2b4f2d0be8 (diff) | |
download | qtlocation-mapboxgl-b52b634e5bc0d257c54bdc04057c1ce8b9ce4b76.tar.gz |
Update changelog for #3495
[skipci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 840b9ce989..ae5ff8caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,8 @@ Known issues: - The map view’s background can now be transparent or translucent, as long as the style’s background layer is transparent or translucent and `MGLMapView.opaque` is set to `NO`. ([#3096](https://github.com/mapbox/mapbox-gl-native/pull/3096)) - Documentation is now generated by [jazzy](https://github.com/realm/jazzy) instead of appledoc. ♪♫ ([#3203](https://github.com/mapbox/mapbox-gl-native/pull/3203)) - New API to provide a custom callout view to the map for annotations. ([#3456](https://github.com/mapbox/mapbox-gl-native/pull/3456)) -- Make telemetry on/off setting available in-app. ([#3445](https://github.com/mapbox/mapbox-gl-native/pull/3445)) +- Made telemetry on/off setting available in-app. ([#3445](https://github.com/mapbox/mapbox-gl-native/pull/3445)) +- Fixed an issue with users not being counted by Mapbox if they had disabled telemetry. ([#3495](https://github.com/mapbox/mapbox-gl-native/pull/3495)) ## iOS 3.0.1 |