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 11:25:40 -0800
commit465b345dd2d9e8ff95accecc84b6ec6ff24e0a2f (patch)
treedc0e703471cdbb92ea6115a844ba46edb71ce0c9
parenta47f8245dacffad2b7f8f71a38b7eb41ee28b0b5 (diff)
downloadqtlocation-mapboxgl-465b345dd2d9e8ff95accecc84b6ec6ff24e0a2f.tar.gz
[ios, macos] Updated changelogs
-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