diff options
author | Jason Wray <jason@kulturny.com> | 2015-10-23 15:52:44 -0400 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-18 10:25:31 -0800 |
commit | f0022e6e6f94d731d8e7e23d55d1baf80c6b25a9 (patch) | |
tree | 009a0ddfe162629d6aab2892a5a0ce0e086c0c59 /CHANGELOG.md | |
parent | 9cbccb662ee0cfb737fdeb59543c99be12e1cb7d (diff) | |
download | qtlocation-mapboxgl-f0022e6e6f94d731d8e7e23d55d1baf80c6b25a9.tar.gz |
[ios] update changelog for willStart/didFinishLoading
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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)) |