summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-05-09 13:23:24 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-05-09 15:14:58 +0200
commit06b790dc75e8d1849d4675a5405284fee3e9e747 (patch)
treeee999c8ef8c1c2beef05fb8557623b666ecf96b9
parentaa4c89ed259a79748fb88b2ac5f5ce54898b030d (diff)
downloadqtlocation-mapboxgl-06b790dc75e8d1849d4675a5405284fee3e9e747.tar.gz
[android] updates changelog entry for #14486
-rw-r--r--platform/android/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 26649df1fa..82b1460e84 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -7,7 +7,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## 7.5.0-alpha.2 - May 8, 2019
### Bugs
- Keep shared_ptr to thread pool in CustomGeometrySource [#14562](https://github.com/mapbox/mapbox-gl-native/pull/14562)
- - Improve rendering of symbol layers, where icons are allowed to overlap but not text [#14486](https://github.com/mapbox/mapbox-gl-native/pull/14486)
+ - Changed placement order of symbols to match the viewport-y order when the `PropertyValue#symbolZOrder` is set to `SYMBOL_Z_ORDER_VIEWPORT_Y`, improving collision detection and rendering of symbol layers when icons are allowed to overlap but not text. [#14486](https://github.com/mapbox/mapbox-gl-native/pull/14486)
## 7.5.0-alpha.1 - May 2, 2019
### Bugs