summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-07-30 18:11:13 -0400
committerGitHub <noreply@github.com>2019-07-30 18:11:13 -0400
commit4237fca318fb979e38c9a65fcbb757bc005c863d (patch)
tree24c641b929dda42105e5355bee91100440276c96
parentaf32a452e08268cec7857246e2e2e2aecc0a1a1c (diff)
downloadqtlocation-mapboxgl-4237fca318fb979e38c9a65fcbb757bc005c863d.tar.gz
[ios] Update changelog for 4.11.2, 5.0.2, 5.1.2 (#15259)
-rw-r--r--platform/ios/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 0a99a9d4d3..8a1d356dfc 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -12,6 +12,21 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* `MGLLoggingLevel` has been updated for better matching core log levels. Now can use `[MGLLoggingConfiguration sharedConfiguration].loggingLevel` to filter logs from core . [#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120)
+## 4.11.2 - July 30, 2019
+
+* Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. ([#15092](https://github.com/mapbox/mapbox-gl-native/pull/15092))
+* Fixed a custom geometry source bug caused by using the outdated tiles after style update. ([#15112](https://github.com/mapbox/mapbox-gl-native/pull/15112))
+
+## 5.0.2 - July 29, 2019
+
+* Fixed an issue where fill extrusion layers would be incorrectly rendered above other layers. ([#15065](https://github.com/mapbox/mapbox-gl-native/pull/15065))
+* Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. ([#15092](https://github.com/mapbox/mapbox-gl-native/pull/15092))
+* Fixed a custom geometry source bug caused by using the outdated tiles after style update. ([#15112](https://github.com/mapbox/mapbox-gl-native/pull/15112))
+
+## 5.1.2 - July 25, 2019
+
+* Fixed a crash during network access. ([#15113](https://github.com/mapbox/mapbox-gl-native/pull/15113))
+
## 5.2.0 - July 24, 2019
### Networking