diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2019-08-29 11:22:24 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2019-08-30 13:48:05 -0700 |
commit | 2984535804282062f93a2a62b745ba636e5746fa (patch) | |
tree | 6d8b4c80cb90a996e803c0326447cd3011f62a7d /platform/ios/CHANGELOG.md | |
parent | 36e3a8a49cdc89bd5160c53372696335e52936d2 (diff) | |
download | qtlocation-mapboxgl-2984535804282062f93a2a62b745ba636e5746fa.tar.gz |
[ios] Allow MGLScaleBar to support dark mode on iOS 13
Add changelog PR link
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 c45835b1db..44c2898333 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 * Fixed an issue that caused the tilt gesture to trigger too easily and conflict with pinch or pan gestures. ([#15349](https://github.com/mapbox/mapbox-gl-native/pull/15349)) * Fixed a bug with annotation view positions after camera transitions. ([#15122](https://github.com/mapbox/mapbox-gl-native/pull/15122/)) * Fixed a rendering issue of `collisionBox` when `text-translate` or `icon-translate` is enabled. ([#15467](https://github.com/mapbox/mapbox-gl-native/pull/15467)) +* Fixed an issue where the scale bar text would become illegible if iOS 13 dark mode was enabled. ([#15524](https://github.com/mapbox/mapbox-gl-native/pull/15524)) ### Performance improvements |