summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2017-11-10 17:35:09 -0500
committerFabian Guerra <fabian.guerra@mapbox.com>2017-11-10 17:44:03 -0500
commitd62d70e2967c771b27950bf23f19505f543bd0b5 (patch)
tree76aa4e360a19472d885b4a2f00cd10ef463fa8b8
parent246d956bad12fdfb87cc74aea137bebd0d5205b0 (diff)
downloadqtlocation-mapboxgl-d62d70e2967c771b27950bf23f19505f543bd0b5.tar.gz
[ios] Update changelog.
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index d449379ea6..455881a5bc 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -37,6 +37,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Users of VoiceOver can now swipe left and right to navigate among visible places, points of interest, and roads. ([#9950](https://github.com/mapbox/mapbox-gl-native/pull/9950))
* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
+* Fixed an issue that causes `mapView:shouldChangeFromCamera:toCamera:` delegate pass the wrong `centerCoordinate` in `toCamera` parameter. ([#10433](https://github.com/mapbox/mapbox-gl-native/pull/10433))
### Other changes