diff options
author | Ansis Brammanis <ansis@mapbox.com> | 2019-08-21 13:54:02 -0400 |
---|---|---|
committer | Chloe Krawczyk <chloe.krawczyk@mapbox.com> | 2019-08-21 10:54:02 -0700 |
commit | ba2d80441ed825ab6725857d2fcb37e1a55ad76b (patch) | |
tree | 15f6da4e68a9773704da4e173a90f517fa38b8e3 /platform/macos | |
parent | 9263cdd85682eed646f762ef5c40595356a42ef7 (diff) | |
download | qtlocation-mapboxgl-ba2d80441ed825ab6725857d2fcb37e1a55ad76b.tar.gz |
[core] add missing changelog for symbol fading issue (#15443)
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 377be60c6f..c0cb940b53 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -12,6 +12,7 @@ * `MGLLoggingLevel` has been updated for better matching core log levels. Now can use `[MGLLoggingConfiguration sharedConfiguration].loggingLevel` to filter logs from core . [#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120) * Fixed an issue where animated camera transitions zoomed in or out too dramatically. [#15281](https://github.com/mapbox/mapbox-gl-native/pull/15281) * 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 symbol overlap when zooming out quickly. ([15416](https://github.com/mapbox/mapbox-gl-native/pull/15416)) ### Styles and rendering |