summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-05-04 14:45:29 -0400
committerJason Wray <jason@mapbox.com>2018-05-08 18:26:11 -0400
commitee1008870284d2956c4d246bd8751e032ee91898 (patch)
tree21b35e5007c00653270acbc14edc3fe4386a8efd /platform/ios/CHANGELOG.md
parenta24b8fd206265b597c6b12ee8f5b335a7027851e (diff)
downloadqtlocation-mapboxgl-ee1008870284d2956c4d246bd8751e032ee91898.tar.gz
[ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transforms
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 057149190c..9520a5d24e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -14,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue where selecting an onscreen annotation could move the map unintentionally. ([#11731](https://github.com/mapbox/mapbox-gl-native/pull/11731))
* Fixed an issue where annotation views could become distorted if `rotatesToMatchCamera` is `YES`. ([#11817](https://github.com/mapbox/mapbox-gl-native/pull/11817))
+* Fixed `MGLAnnotationView.rotatesToMatchCamera` overriding other transforms that might be applied to annotation views that had this property enabled. ([#11842](https://github.com/mapbox/mapbox-gl-native/pull/11842))
### Other changes