summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-12 16:10:19 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-12 16:10:19 +0200
commitb99594c3bf485961a08adc93f830c32c5c354bfa (patch)
tree32dfe3918ac4582cbda723417e47855c2fd1ab14
parent56a6ed3297124e804c44e267e41fc7ccf1772894 (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-within-layout-property.tar.gz
Add Changelog entry for within expression usage with layout propertyupstream/zmiao-within-layout-property
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b441e532..4bb86c8758 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@
Support for using `within expression` with layout propery will be implemented separately.
+- [core] Add support for using `within expression` with layout propery. ([#16194](https://github.com/mapbox/mapbox-gl-native/pull/16194))
+
### 🏁 Performance improvements
- [core] Loading images to style optimization ([#16187](https://github.com/mapbox/mapbox-gl-native/pull/16187))