summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-09-18 22:39:14 -0700
committerGitHub <noreply@github.com>2019-09-18 22:39:14 -0700
commit14b1475942148e0ee20c82245be824e1f511fcb0 (patch)
tree6d42c634b200e3adff19db7eab0c8f021adaa59b
parent996b020beecc49f9dd6533f6c14510b790ee3b63 (diff)
downloadqtlocation-mapboxgl-14b1475942148e0ee20c82245be824e1f511fcb0.tar.gz
Prepare for Maps SDK for iOS v5.3.2 (#15670)
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 8f2aa78975..7698b9e8cd 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -39,6 +39,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed a bug with annotation view positions after camera transitions. ([#15122](https://github.com/mapbox/mapbox-gl-native/pull/15122/))
* Fixed constant repainting for the sources with invisible layers, caused by `RenderSource::hasFadingTiles()` returning `true` all the time. ([#15600](https://github.com/mapbox/mapbox-gl-native/pull/15600))
+## 5.3.2 - September 18, 2019
+
+* Fixed an issue where `-[MGLMapView visibleFeaturesInRect:]` and `-[MGLShapeSource featuresMatchingPredicate:]` could return incorrect coordinates at zoom levels 20 and higher. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560))
+
## 5.3.1 - September 18, 2019
### Styles and rendering