summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-10-03 23:13:47 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-10-03 23:13:47 -0400
commitadab45dd22354c36d686ee2c77d5a396050dfd19 (patch)
tree2ad2efb0c2955c86e46bc22b922e04b020068256
parent8e62a5bb0028fb600bdbb6d5438a1032c8fa9ee0 (diff)
downloadqtlocation-mapboxgl-upstream/jrex/15356-scalebar-2.tar.gz
[ios] Updated change logupstream/jrex/15356-scalebar-2
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 59c9ede274..f17c48635e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -7,6 +7,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Other changes
* Suppress network requests for expired tiles update, if these tiles are invisible. ([#15741](https://github.com/mapbox/mapbox-gl-native/pull/15741))
+* Fixed an issue that caused `MGLScaleBar` to have an incorrect size when resizing or rotating. ([#15703](https://github.com/mapbox/mapbox-gl-native/pull/15703))
## 5.4.0 - September 25, 2019
@@ -19,7 +20,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue where the collision boxes for symbols would not be updated when `MGLSymbolStyleLayer.textTranslation` or `MGLSymbolStyleLayer.iconTranslation` were used. ([#15467](https://github.com/mapbox/mapbox-gl-native/pull/15467))
* Enabled use of `MGLSymbolStyleLayer.textOffset` option together with `MGLSymbolStyleLayer.textVariableAnchor` (if `MGLSymbolStyleLayer.textRadialOffset` option is not provided). ([#15542](https://github.com/mapbox/mapbox-gl-native/pull/15542))
* Fixed an issue that caused constant repainting for sources with invisible layers. ([#15600](https://github.com/mapbox/mapbox-gl-native/pull/15600))
-* Fixed incorrect `MGLScaleBar` component rendering, resizing on rotation. ([#15703](https://github.com/mapbox/mapbox-gl-native/pull/15703))
### User interaction