summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-04 12:34:30 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-04 13:16:54 +0300
commit946b9d22818c76325ce6f5bf4804494f461f2c0a (patch)
tree9c879a665d55ab6c156df0be05e0469e311a09d3
parent064c60cdcab331bc19fe399492179dcb5b29121a (diff)
downloadqtlocation-mapboxgl-946b9d22818c76325ce6f5bf4804494f461f2c0a.tar.gz
[ios][android] Add change log entries
-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 e28b5849e7..e3b07dd32e 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
+### Performance improvements
+ - Improved rendering performance for the styles with multiple sources [#15756](https://github.com/mapbox/mapbox-gl-native/pull/15756)
+
## 8.5.0-alpha.1 - October 3, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0...android-v8.5.0-alpha.1) since [Mapbox Maps SDK for Android v8.4.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0):
### Bug fixes
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index d8d242e5ea..458e533442 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
+
+### Performance improvements
+
+ * Improved rendering performance for the styles with multiple sources ([#15756](https://github.com/mapbox/mapbox-gl-native/pull/15756))
+
## 5.5.0
### Other changes