diff options
author | Huyen Chau Nguyen <hello@chau-nguyen.de> | 2018-10-25 13:51:29 +0200 |
---|---|---|
committer | Huyen Chau Nguyen <hello@chau-nguyen.de> | 2018-10-26 13:24:17 +0200 |
commit | 4592a11d99c18c5c2ef64b4f39f1af80adff17d3 (patch) | |
tree | 53ab3a389bf0e30267c68f915045e0775405db23 | |
parent | e2ec12573012692459b71d781ef24b474b9c0cf6 (diff) | |
download | qtlocation-mapboxgl-4592a11d99c18c5c2ef64b4f39f1af80adff17d3.tar.gz |
[macos] add changelog for PR 13019
-rw-r--r-- | platform/macos/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index f68c1b4890..1305858d80 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -10,10 +10,11 @@ ### Offline maps +* Added prioritization of user-interactive resource requests, over offline requests. ([#13019](https://github.com/mapbox/mapbox-gl-native/pull/13019)) * Added `-[MGLOfflineStorage addContentsOfFile:withCompletionHandler:]` and `-[MGLOfflineStorage addContentsOfURL:withCompletionHandler:]` methods to add pregenerated offline packs to offline storage. ([#12791](https://github.com/mapbox/mapbox-gl-native/pull/12791)) * Fixed an issue where some tiles weren't rendered correctly when no internet connectivity was available ([#12931](https://github.com/mapbox/mapbox-gl-native/pull/12931)) -### Other changes +### Other changes * Added `MGLAltitudeForZoomLevel` and `MGLZoomLevelForAltitude` to public API for conversion between zoom levels and altitudes. ([#12986](https://github.com/mapbox/mapbox-gl-native/pull/12986)) * Deprecated the `+[MGLMapCamera cameraLookingAtCenterCoordinate:fromDistance:pitch:heading:]` method in favor of `+[MGLMapCamera cameraLookingAtCenterCoordinate:altitude:pitch:heading:]` and `+[MGLMapCamera cameraLookingAtCenterCoordinate:acrossDistance:pitch:heading:]`. ([#12966](https://github.com/mapbox/mapbox-gl-native/pull/12966)) |