summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-12-02 17:36:09 -0500
committerJason Wray <jason@kulturny.com>2015-12-02 20:00:59 -0500
commite5f136a16a9482d6ae4df65166a353e8ecd2f03f (patch)
treeadcaafb753143f20b52a7cf4652a18930d6fcf66 /CHANGELOG.md
parent43ca910f5484c15830a0fc24164df1799a17b6ca (diff)
downloadqtlocation-mapboxgl-e5f136a16a9482d6ae4df65166a353e8ecd2f03f.tar.gz
[ios] fix CoreTelephony crash (by removing it)
Fix #3112, ref #2581
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0fe1a2639..5d549c3bdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ Known issues:
## iOS master
+- Fixed CoreTelephony.framework crash. ([#3170](https://github.com/mapbox/mapbox-gl-native/pull/3170))
- `MGLMapView` methods that alter the viewport now accept optional completion handlers. ([#3090](https://github.com/mapbox/mapbox-gl-native/pull/3090))
- Fixed an issue preventing the compass from responding to taps after the compass is moved programmatically. ([#3117](https://github.com/mapbox/mapbox-gl-native/pull/3117))