summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMolly Lloyd <molly@mapbox.com>2018-08-31 12:24:36 -0700
committerMolly Lloyd <mollymerp@users.noreply.github.com>2018-08-31 13:08:47 -0700
commit95b89e69857eca6a04a3472ef6537f65bc1049de (patch)
tree914c735b411980c798ab8b2165e1690c85a1f9d0 /platform/ios/CHANGELOG.md
parentd197fc7d8daf06cc2efc35a34fb45d86ea64d65b (diff)
downloadqtlocation-mapboxgl-95b89e69857eca6a04a3472ef6537f65bc1049de.tar.gz
[ios, node, macos, android] update changelogs for feature expression support
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 48d204f5af..346ead2c3f 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,10 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## master
+
+* Add support for feature expressions in `line-pattern`, `fill-pattern`, and `fill-extrusion-pattern` properties. [#12284](https://github.com/mapbox/mapbox-gl-native/pull/12284)
+
## 4.4.0
* The predefined values of `MGLMapView.decelerationRate` are now typed as `MGLMapViewDecelerationRate`s for improved bridging to Swift. ([#12584](https://github.com/mapbox/mapbox-gl-native/pull/12584))