summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2019-07-26 15:19:50 -0700
committerJason Wray <jason@mapbox.com>2019-07-26 15:52:54 -0700
commit1d34add82e575732a8ad9bb4dc6b5928de6e64f4 (patch)
tree4fe23f3f720a3dc5c018c541532c26c5b3dcb6fc
parent81ea0faba3d67de28531ff01d3a22d37c69ba1d6 (diff)
downloadqtlocation-mapboxgl-upstream/fabian-fix-changelog.tar.gz
[ios] Fix changelog entriesupstream/fabian-fix-changelog
-rw-r--r--platform/ios/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index b58aa12c4b..74ef105e10 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -4,6 +4,16 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 5.1.2 - July 25, 2019
+### Styles and rendering
+
+* Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. (#15092)
+* Fixed a custom geometry source bug caused by using the outdated tiles after style update #15112
+* Fixed an issue where layers with fill extrusions would be incorrectly rendered above other layers. (#15065)
+
+### User interaction
+
+Fixed a bug where using the pinch gesture could result in an incorrect map center coordinate. (#15097)
+
### Other changes
* Fixed a crash during network access. ([#15113](https://github.com/mapbox/mapbox-gl-native/pull/15113))