summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-11-10 01:06:03 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-11-10 01:06:03 -0800
commita1339c551eba74283c94a320e21c5b3aec9f8b39 (patch)
tree6d0bbfd08fe8fd4553877acbd3aabf8e757d66c7
parent225fba8a0aad5ea52ff878443f58d65bb2221d74 (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-changelog-along-agua-banks.tar.gz
[ios, macos] Updated changelogsupstream/1ec5-changelog-along-agua-banks
-rw-r--r--platform/ios/CHANGELOG.md4
-rw-r--r--platform/macos/CHANGELOG.md10
2 files changed, 14 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 404b4c7e2d..4e4e607971 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -8,6 +8,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
+### Styles
+
+* Fixed an issue preventing a dynamically-added `MGLRasterStyleLayer` from drawing until the map pans. ([#10270](https://github.com/mapbox/mapbox-gl-native/pull/10270))
+
## 3.7.0
### Networking and storage
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index cad254e670..45a13dad6e 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog for Mapbox macOS SDK
+## master
+
+### Annotations and user interaction
+
+* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
+
+### Styles
+
+* Fixed an issue preventing a dynamically-added `MGLRasterStyleLayer` from drawing until the map pans. ([#10270](https://github.com/mapbox/mapbox-gl-native/pull/10270))
+
## v0.6.0
### Networking and storage