summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-02-11 23:07:15 -0500
committerGitHub <noreply@github.com>2019-02-11 23:07:15 -0500
commit2deebc0efe58778d42a021b817f31535ca00016d (patch)
treef7525aafe9fb8d0636dcfe2bdbed0e71d6bf1b4f /platform/ios/CHANGELOG.md
parent57438c2a7e2f7da1db386faef846cdbf121928fa (diff)
downloadqtlocation-mapboxgl-2deebc0efe58778d42a021b817f31535ca00016d.tar.gz
[ios] Check supported interface orientations when rotating device/view layout (#13900)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-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 6a36e954c5..aa7ad42b9e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed a bug where setting `MGLMapView.userTrackingMode` to `MGLUserTrackingModeFollowWithHeading` or `MGLUserTrackingModeFollowWithCourse` would be ignored if the user’s location was not already available. ([#13849](https://github.com/mapbox/mapbox-gl-native/pull/13849))
* Improved tilt gesture performance. ([#13902](https://github.com/mapbox/mapbox-gl-native/pull/13902))
+* Fixed a bug where `layoutSubviews` was always called on device rotation, regardless of the application's or top-most view controller's supported orientations. ([#13900](https://github.com/mapbox/mapbox-gl-native/pull/13900))
## 4.8.0 - January 30, 2019