diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-08-13 12:45:03 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-08-13 14:31:30 -0700 |
commit | 41d5768f5861c200dc0721acb13b39783a168b29 (patch) | |
tree | fa7ea139db124dce4220d1884acf6142674636b0 /platform/macos | |
parent | d886d3e4c04801e57340f98761cf76eec29e969d (diff) | |
download | qtlocation-mapboxgl-41d5768f5861c200dc0721acb13b39783a168b29.tar.gz |
[core] Don't default-show text/icons that depend on the placement of a paired icon/text
Fixes issue #12483.
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index bfc94b28ad..c0266aff5a 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -2,6 +2,8 @@ # master +- Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483) + ## Styles and rendering * Token string syntax (`"{token}"`) in `MGLSymbolStyleLayer` `text` and `iconImageName` properties is now correctly converted to the appropriate `NSExpression` equivalent. ([#11659](https://github.com/mapbox/mapbox-gl-native/issues/11659)) |