summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-02 11:56:05 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-02 11:56:05 +0300
commitbb5d638dfaf0bab8e89fd285ab5740d55b32a11f (patch)
tree788d21b3aed9703ef4e4670444dbdea7f9ad3160
parentfb9a8b7766fd5233c7ce1b4ae8c907a6c66e53d1 (diff)
downloadqtlocation-mapboxgl-bb5d638dfaf0bab8e89fd285ab5740d55b32a11f.tar.gz
[core] Update changelog files
-rw-r--r--platform/android/CHANGELOG.md5
-rw-r--r--platform/ios/CHANGELOG.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index b8cb0c74a9..3fe42e62d5 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,11 @@
Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
+## master
+
+### Bugs
+ - Fixed style change transition regression caused by delayed setting of the updated layer properties [#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016)
+
## 8.2.0 - June 26, 2019
### Bugs
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 3c2326fbf8..dba3e2525d 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 style change transition regression caused by delayed setting of the updated layer properties. ([#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016))
+
## 5.2.0
### Offline maps