summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2016-08-25 17:23:15 -0700
committerJustin R. Miller <incanus@codesorcery.net>2016-08-26 14:29:31 -0700
commit2501b2cc7baaf0d2f62aa19298301d066dfab0ea (patch)
tree1f04b51897d62eab8c05dfab12663d70e452971b /platform/ios/CHANGELOG.md
parentf07f59207825206172ac8aa46a74ea797d287ce7 (diff)
downloadqtlocation-mapboxgl-2501b2cc7baaf0d2f62aa19298301d066dfab0ea.tar.gz
[ios] preserve annotation transforms during perspective scaling
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 b8a7f7e749..3425c30bf3 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -39,6 +39,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* To make an MGLPolyline or MGLPolygon span the antimeridian, specify coordinates with longitudes greater than 180° or less than −180°. ([#6088](https://github.com/mapbox/mapbox-gl-native/pull/6088))
* Improved the performance of relocating a non-view-backed point annotation by changing its `coordinate` property. ([#5385](https://github.com/mapbox/mapbox-gl-native/pull/5385))
* Improved the precision of annotations at zoom levels greater than 18. ([#5517](https://github.com/mapbox/mapbox-gl-native/pull/5517))
+* Fixed an issue that could reset user-added transformations on annotation views. ([#6166](https://github.com/mapbox/mapbox-gl-native/pull/6166))
### Other changes