summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-10-23 15:52:44 -0400
committerJustin R. Miller <incanus@codesorcery.net>2015-11-18 15:59:54 -0800
commit5b7866a1bab4b5dbbd2ccc46a6bee1785338467f (patch)
treeb2f357d536e51d46b621300e0f17c2bc603a1177 /CHANGELOG.md
parent3aa523c7b1ece998f93c27e6d8ea3f3a92a9a072 (diff)
downloadqtlocation-mapboxgl-5b7866a1bab4b5dbbd2ccc46a6bee1785338467f.tar.gz
[ios] update changelog for willStart/didFinishLoading
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 b1a99b5c57..9b11e9d6dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ Known issues:
- A new delegate callback was added for observing taps to annotation callout views. ([#2596](https://github.com/mapbox/mapbox-gl-native/pull/2596))
- `-mapViewRegionIsChanging:` is now sent to the map view’s delegate during gestures. ([#2700](https://github.com/mapbox/mapbox-gl-native/pull/2700))
- Improved gesture recognition while the map is tilted. ([#2770](https://github.com/mapbox/mapbox-gl-native/pull/2770))
+- `-mapViewWillStartLoadingMap:` and `-mapViewDidFinishLoadingMap:` delegate methods now work. ([#2706](https://github.com/mapbox/mapbox-gl-native/pull/2706))
- Removed CoreTelephony.framework dependency. ([#2581](https://github.com/mapbox/mapbox-gl-native/pull/2581))
- Improved user location annotation responsiveness. ([#2643](https://github.com/mapbox/mapbox-gl-native/pull/2643))