summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-13 17:24:56 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-08-20 15:45:03 -0700
commit50059659d100759978c8bebb04ac7beb9e6d618f (patch)
tree67aa9811c9357b128738a38da02b6a9ca327ff7f /platform/ios/CHANGELOG.md
parentfcb68041d51990a4cf67d88fa1eeb0f5d882305c (diff)
downloadqtlocation-mapboxgl-50059659d100759978c8bebb04ac7beb9e6d618f.tar.gz
Warn if MGLShapeSource is initialized with MGLShapeCollection
Move warning from ShapeCollection to ShapeSource Try checking MGLComputedShapeSources Include MGLShapeCollection header Add changelog entry
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index edebf57dc6..d4254554d1 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -9,6 +9,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The `-[MGLMapView visibleFeaturesAtPoint:]` method can now return features near tile boundaries at high zoom levels. ([#12570](https://github.com/mapbox/mapbox-gl-native/pull/12570))
* Fixed inconsistencies in exception naming. ([#12583](https://github.com/mapbox/mapbox-gl-native/issues/12583))
* Added `MGLShapeOfflineRegion` for defining arbitrarily shaped offline regions [#11447](https://github.com/mapbox/mapbox-gl-native/pull/11447)
+* Added a one-time warning about possible attribute loss when initializing an `MGLShapeSource` with an `MGLShapeCollection` [#12625](https://github.com/mapbox/mapbox-gl-native/pull/12625)
## 4.3.0 - August 15, 2018