summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-12 18:30:33 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-12 18:30:49 +0300
commit8bb4f89a4fc728ea045654fca4d843cc663309da (patch)
tree6bfd0387e5c8d84c7b906c7a39a71820c6d739a2
parent30791af6b7e705c434cd05e162c6f06fed32ba9b (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_fix_render_custom_geometry_source.tar.gz
-rw-r--r--platform/android/CHANGELOG.md3
-rw-r--r--platform/ios/CHANGELOG.md6
2 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 3c00fdd87e..f27e641780 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,9 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+### Bugs
+ - 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)
+
## 8.2.0-alpha.3 - July 11, 2019
### Bugs
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 884c966ba2..17ecf75a46 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## master
+
+### Styles and rendering
+
+* 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.2.0
### Offline maps