diff options
author | Jason Wray <jason@mapbox.com> | 2016-02-18 17:26:11 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-02-18 19:23:15 -0500 |
commit | 390057b5691f69f4b2f2f9eeb9e654990adb9e80 (patch) | |
tree | e0e4beeaead9245ac75a4363ad5421134bb7fba9 /CHANGELOG.md | |
parent | 9c26f063187b129218910dbb86eb21215a2cdf40 (diff) | |
download | qtlocation-mapboxgl-390057b5691f69f4b2f2f9eeb9e654990adb9e80.tar.gz |
[ios] Set default polyline and polygon color to the map view tint color
Fixes #3927
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f70cf17b4b..8d403d5ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,8 @@ Known issues: ## iOS master +- Polygons and polylines now default to using the map view's tint color. ([#4028](https://github.com/mapbox/mapbox-gl-native/pull/4028)) + ## iOS 3.1.0 - The SDK is now distributed as a dynamic framework instead of a static library, resulting in a simpler installation workflow and significantly reduced download size. The framework contains both simulator and device content; due to [an Xcode bug](http://www.openradar.me/radar?id=6409498411401216), you’ll need to strip out the simulator content before submitting your application to the App Store. ([#3183](https://github.com/mapbox/mapbox-gl-native/pull/3183)) |