summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis@mapbox.com>2019-08-21 13:54:02 -0400
committerChloe Krawczyk <chloe.krawczyk@mapbox.com>2019-08-21 10:54:02 -0700
commitba2d80441ed825ab6725857d2fcb37e1a55ad76b (patch)
tree15f6da4e68a9773704da4e173a90f517fa38b8e3 /platform/android/CHANGELOG.md
parent9263cdd85682eed646f762ef5c40595356a42ef7 (diff)
downloadqtlocation-mapboxgl-ba2d80441ed825ab6725857d2fcb37e1a55ad76b.tar.gz
[core] add missing changelog for symbol fading issue (#15443)
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index b60d796aa4..e434b5274c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -10,6 +10,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Font lookup on pre lollipop devices failed, provide default font list instead [#15410](https://github.com/mapbox/mapbox-gl-native/pull/15410).
- Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer [#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367).
- Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap. Bumped gestures library to `v0.5.1`. [#15427](https://github.com/mapbox/mapbox-gl-native/pull/15427)
+ - Fixed symbol overlap when zooming out quickly. [15416](https://github.com/mapbox/mapbox-gl-native/pull/15416)
### Docs
- Add javadoc to OnStyleImageMissingListener indicating the required synchronous addition images, document workaround [#15418](https://github.com/mapbox/mapbox-gl-native/pull/15418)