From de1913e2234179b4a569444dc4219381694f12fe Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Mon, 20 Feb 2017 15:16:38 -0800 Subject: [ios, macos] Update changelog for style and layer removal behavior --- platform/macos/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/CHANGELOG.md') diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 5e99abb1c7..38711b5202 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -25,7 +25,7 @@ * Fixed an issue in which a vector style layer predicate involving the `$id` key path would exclude all features from the layer. ([#7989](https://github.com/mapbox/mapbox-gl-native/pull/7989), [#7971](https://github.com/mapbox/mapbox-gl-native/pull/7971)) * Fixed an issue causing vector style layer predicates to be evaluated as if each feature had a `$type` attribute of 1, 2, or 3. The `$type` key path can now be compared to `Point`, `LineString`, or `Polygon`, as described in the documentation. ([#7971](https://github.com/mapbox/mapbox-gl-native/pull/7971)) * When setting an `MGLShapeSource`’s shape to an `MGLFeature` instance, any `NSColor` attribute value is now converted to the equivalent CSS string representation for use with `MGLInterpolationModeIdentity` in style functions. ([#8025](https://github.com/mapbox/mapbox-gl-native/pull/8025)) -* No exception is thrown when removing nonexistent layer from a style ([#7962](https://github.com/mapbox/mapbox-gl-native/pull/7962)) +* An exception is no longer thrown if layers or sources are removed from a style before they are added. ([#7962](https://github.com/mapbox/mapbox-gl-native/pull/7962)) ### User interaction -- cgit v1.2.1