Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7a247a0

Browse files
committed
Update changelog
1 parent b0decd7 commit 7a247a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/ios/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
2121
* Fixed an issue where an `MGLMapSnapshotOptions` with an invalid `MGLMapCamera.centerCoordinate`, negative `MGLMapCamera.heading`, negative `MGLMapCamera.pitch`, and negative `MGLMapSnapshotOptions.zoomLevel` resulted in a snapshot centered on Null Island at zoom level 0 even if the style specified a different initial center coordinate or zoom level. ([#280](https://github.com/mapbox/mapbox-gl-native-ios/pull/280))
2222
* Fixed an error that occurred if your implementation of the `-[MGLOfflineStorageDelegate offlineStorage:URLForResourceOfKind:]` method returned a local file URL. ([mapbox/mapbox-gl-native#16428](https://github.com/mapbox/mapbox-gl-native/pull/16428))
2323
* Certain logging statements no longer run on the main thread. ([mapbox/mapbox-gl-native#16325](https://github.com/mapbox/mapbox-gl-native/pull/16325))
24+
* Added the `-[MGLMapViewDelegate mapView:didCancelGestureForCamera:]` delegate method, which offers an opportunity to take action when the map canceled a gesture. ([#284](https://github.com/mapbox/mapbox-gl-native-ios/pull/284))
2425

2526
## 5.8.0
2627

0 commit comments

Comments
 (0)