summaryrefslogtreecommitdiff
path: root/platform/ios/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/ios/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/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 2132be5077..94ca9b37f1 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -11,6 +11,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Enabled use of `MGLSymbolStyleLayer.textOffset` option together with `MGLSymbolStyleLayer.textVariableAnchor` (if `MGLSymbolStyleLayer.textRadialOffset` option is not provided). ([#15542](https://github.com/mapbox/mapbox-gl-native/pull/15542))
* Fixed an issue with the appearance of the compass text in iOS 13. ([#15547](https://github.com/mapbox/mapbox-gl-native/pull/15547))
* Fixed a bug where the completion block passed to `-[MGLMapView flyToCamera:completionHandler:` (and related methods) wouldn't be called. ([#15473](https://github.com/mapbox/mapbox-gl-native/pull/15473))
+* Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560))
### Performance improvements