summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-09-09 11:52:47 +0300
committerGitHub <noreply@github.com>2019-09-09 11:52:47 +0300
commit81e62c8cc03a3e8002a58c1f473309ae28374a99 (patch)
tree6b0e57ff3875e212eaba677f04e6f60e808e00ec /platform/macos/CHANGELOG.md
parentb391679799cff8145cf44a06500cfe0ebe9d8168 (diff)
downloadqtlocation-mapboxgl-81e62c8cc03a3e8002a58c1f473309ae28374a99.tar.gz
[Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586)
* Update ChangeLog * Fix extra space
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index dc20a7e010..3e6bd4bcc6 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -15,7 +15,7 @@
* Fixed symbol overlap when zooming out quickly. ([15416](https://github.com/mapbox/mapbox-gl-native/pull/15416))
* Fixed a rendering issue that non-SDF icon would be treated as SDF icon if they are in the same layer. ([#15456](https://github.com/mapbox/mapbox-gl-native/pull/15456))
* 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 of integer overflow when converting `tileCoordinates` to `LatLon`. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560))
+* Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`, which caused issues such as `queryRenderedFeatures` and `querySourceFeatures` returning incorrect coordinates at zoom levels 20 and higher. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560))
### Styles and rendering