summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-09-05 11:08:21 +0300
committerGitHub <noreply@github.com>2019-09-05 11:08:21 +0300
commitf53143f1a1018050a2104f9afd929c963951527d (patch)
treeafe06304caa6e3368b884ca2fadd4660a14f06c6 /platform/macos/CHANGELOG.md
parent96581fd3ff4e4239d5498d7fc3d3a490c800d2e0 (diff)
downloadqtlocation-mapboxgl-f53143f1a1018050a2104f9afd929c963951527d.tar.gz
[core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)
* [core] fix integer overflow * [core] Add change log
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index bd1a84a495..dc20a7e010 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -15,6 +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))
### Styles and rendering