diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-11-10 01:06:03 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-11-10 11:25:40 -0800 |
commit | 465b345dd2d9e8ff95accecc84b6ec6ff24e0a2f (patch) | |
tree | dc0e703471cdbb92ea6115a844ba46edb71ce0c9 /platform/macos | |
parent | a47f8245dacffad2b7f8f71a38b7eb41ee28b0b5 (diff) | |
download | qtlocation-mapboxgl-465b345dd2d9e8ff95accecc84b6ec6ff24e0a2f.tar.gz |
[ios, macos] Updated changelogs
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 |