summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-11-20 11:03:04 -0500
committerGitHub <noreply@github.com>2018-11-20 11:03:04 -0500
commitb8f1ecbc9134e83c9d497fc96a9c747e5eccb956 (patch)
treedf8094c7ddd8fac6b2aa59d1f9a5174a953e7613 /platform/macos/CHANGELOG.md
parentd8bff3958d1d893eeb35fbc10fcc1fabf0a0e2b0 (diff)
parent90f609ca8fe92f89374a7c1438511cde0f72195a (diff)
downloadqtlocation-mapboxgl-upstream/jrex/13120-teardown-mbglmap.tar.gz
Merge branch 'master' into jrex/13120-teardown-mbglmapupstream/jrex/13120-teardown-mbglmap
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 597f97d31c..58d08d1656 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -1,12 +1,14 @@
# Changelog for Mapbox Maps SDK for macOS
+## master
+
+* Added `-[MGLStyle removeSource:error:]` that returns a `BOOL` indicating success (and an optional `NSError` in case of failure). ([#13399](https://github.com/mapbox/mapbox-gl-native/pull/13399))
+
## 0.12.0 - November 8, 2018
* Renamed `-[MGLOfflineStorage putResourceWithUrl:data:modified:expires:etag:mustRevalidate:]` to `-[MGLOfflineStorage preloadData:forURL:modificationDate:expirationDate:eTag:mustRevalidate:]`. ([#13318](https://github.com/mapbox/mapbox-gl-native/pull/13318))
* This SDK’s dynamic framework now has a bundle identifier of `com.mapbox.Mapbox`. ([#12857](https://github.com/mapbox/mapbox-gl-native/pull/12857))
-## master
-
### Styles and rendering
* `MGLSymbolStyleLayer.text` can now be set to rich text with varying fonts and text sizes. ([#12624](https://github.com/mapbox/mapbox-gl-native/pull/12624))