diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-03-03 03:32:48 -0800 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-03-03 13:30:28 -0800 |
commit | 8f892757b5c644986a68133c96684393df800670 (patch) | |
tree | 7c8760801423b9837624fa6eab5b75b0a0cbbec8 /platform/macos/CHANGELOG.md | |
parent | e15db9bb6aba082522553ff1d5c501f1745112b1 (diff) | |
download | qtlocation-mapboxgl-8f892757b5c644986a68133c96684393df800670.tar.gz |
[macos] Document Carthage, CocoaPods installation
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 9cf0bef5b6..7f36b36cb6 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -45,6 +45,7 @@ ### Other changes +* Added support for the Carthage dependency manager. See [this SDK’s homepage](https://mapbox.github.io/mapbox-gl-native/macos/) for setup instructions. ([#8257](https://github.com/mapbox/mapbox-gl-native/pull/8257)) * Fixed an issue that, among other things, caused various islands to disappear at certain zoom levels. ([#7621](https://github.com/mapbox/mapbox-gl-native/pull/7621)) * Fixed an issue where translucent point annotations along tile boundaries would be drawn darker than expected. ([#6832](https://github.com/mapbox/mapbox-gl-native/pull/6832)) * Fixed flickering that occurred when panning past the antimeridian. ([#7574](https://github.com/mapbox/mapbox-gl-native/pull/7574)) |