summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-01-17 19:56:42 -0500
committerJason Wray <jason@mapbox.com>2018-01-18 13:59:43 -0500
commit42845ad63fc2147426b6379ed4acd51d3328a0e4 (patch)
treee6fe8d1f9fc8ab4bfce3e253fd8d2c019a229920 /platform/ios/CHANGELOG.md
parentb863871bf245cf78c4ecbbe3ccfbb2b3e0950760 (diff)
downloadqtlocation-mapboxgl-42845ad63fc2147426b6379ed4acd51d3328a0e4.tar.gz
[ios] Optimize MGLAnnotationView scale transform when not pitchedupstream/fb-unpitched-annotation-view-scaling
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index e1e142fc14..0172ad7afb 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -17,6 +17,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed a memory leak that occurred when creating a map snapshot. ([#10585](https://github.com/mapbox/mapbox-gl-native/pull/10585))
+### Annotations
+
+* Improved performance of `MGLAnnotationView`-backed annotations that have `scalesWithViewingDistance` enabled. ([#10951](https://github.com/mapbox/mapbox-gl-native/pull/10951))
+
### Other changes
* Long-pressing the attribution button causes the SDK’s version number to be displayed in the action sheet that appears. ([#10650](https://github.com/mapbox/mapbox-gl-native/pull/10650))