diff options
author | Julian Rex <julian.rex@gmail.com> | 2018-05-24 10:29:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 10:29:56 -0400 |
commit | 9e4a16d7eec72f3de77e6382e68b16c41e932dab (patch) | |
tree | c1a8b02245f43b04e07be5e9d488eb336e9649b6 /platform/ios/CHANGELOG.md | |
parent | 4067a61c80b90e656f129f34f4479fa0c7262b91 (diff) | |
download | qtlocation-mapboxgl-9e4a16d7eec72f3de77e6382e68b16c41e932dab.tar.gz |
[ios] Updated MGLScaleBar to use rendered UIImages instead of MGLScaleBarLabel (#11921)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 7c8181a65a..1cf5bf1e66 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -19,6 +19,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Improved application launch performance. * Fixed an issue preventing nested key path expressions get parsed accordingly to the spec. ([#11959](https://github.com/mapbox/mapbox-gl-native/pull/11959)) * Added custom `-hitTest:withEvent:` to `MGLSMCalloutView` to avoid registering taps in transparent areas of the standard annotation callout. ([#11939](https://github.com/mapbox/mapbox-gl-native/pull/11939)) +* Improved performance and memory impact of `MGLScaleBar`. ([#11921](https://github.com/mapbox/mapbox-gl-native/pull/11921)) ## 4.0.1 - May 14, 2018 |