diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-03-18 00:33:14 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-03-18 00:33:14 -0700 |
commit | 3814f38c07301328a28c7e9ba965c97dcf9f743b (patch) | |
tree | 3521345513f5d88b1ebbb2cb297280a52bdfc088 /CHANGELOG.md | |
parent | ec072b437aa21315b174affb9eac03e2b845fc37 (diff) | |
download | qtlocation-mapboxgl-3814f38c07301328a28c7e9ba965c97dcf9f743b.tar.gz |
[ios] Updated changelog
ec072b437aa21315b174affb9eac03e2b845fc37 was unintentionally committed directly to the release branch, so no PR was created.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d42e8d2a..618f4d2615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,7 @@ Known issues: - Fixed warping of dashed lines near sharp corners. ([#3914](https://github.com/mapbox/mapbox-gl-native/pull/3914)) - Telemetry location gathering now occurs only when the device is in motion. ([#4115](https://github.com/mapbox/mapbox-gl-native/pull/4115)) - An account’s monthly active users metric only counts a user once a map view is displayed to that user. ([#3713](https://github.com/mapbox/mapbox-gl-native/pull/3713)) -- A .dSYM bundle is included with the dynamic framework to facilitate symbolication of crash logs. ([#4379](https://github.com/mapbox/mapbox-gl-native/pull/4379)) +- A .dSYM bundle is included with the dynamic framework to facilitate symbolication of crash logs. - Updated documentation to reflect the requirement that you must embed the framework in the “Embedded Binaries” section in Xcode. ([#4011](https://github.com/mapbox/mapbox-gl-native/issues/4011)) - Polygons and polylines now default to using the map view’s tint color. ([#4028](https://github.com/mapbox/mapbox-gl-native/pull/4028)) - The user dot no longer lags when panning the map. ([#3683](https://github.com/mapbox/mapbox-gl-native/pull/3683)) |