summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-10-26 13:42:40 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-10-26 16:25:29 -0700
commitf50d8dbe3afa2556b1ef404e39ef897e0093cd0c (patch)
tree6aa0e9413497b269536261ebb45c9979396d8b7a /platform/ios
parent8c159117171fd14270889ad5acab8a54e3ce1c28 (diff)
downloadqtlocation-mapboxgl-f50d8dbe3afa2556b1ef404e39ef897e0093cd0c.tar.gz
[ios, macos] Updated changelogs
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 21a548a955..00a085125e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -13,6 +13,11 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added prioritization of user-interactive resource requests, over offline requests. ([#13019](https://github.com/mapbox/mapbox-gl-native/pull/13019))
* Added the `-[MGLOfflineStorage putResourceWithUrl:data:modified:expires:etag:mustRevalidate:]` method to allow pre-warming of the ambient cache. ([#13022](https://github.com/mapbox/mapbox-gl-native/pull/13022))
+### Other changes
+
+* Fixed an issue where snapshots had the wrong heading and pitch. ([#13123](https://github.com/mapbox/mapbox-gl-native/pull/13123))
+* Fixed an issue where `-[MGLMapViewDelegate mapView:shouldChangeFromCamera:toCamera:]` was called with an incorrectly rotated `newCamera` when the user rotated the map. ([#13123](https://github.com/mapbox/mapbox-gl-native/pull/13123))
+
## 4.5.0 - October 10, 2018
### Styles and rendering