summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-21 18:15:11 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-21 21:39:48 +0200
commit5fcc6cf24f6fc7606cf033e3b76363d0924e273b (patch)
treea530c788e76a62062df74dc0582c5420a0bb38cf
parent7cdb526dcc8b1fd2d3cb203fb5c382cbd3611a31 (diff)
downloadqtlocation-mapboxgl-5fcc6cf24f6fc7606cf033e3b76363d0924e273b.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f6c644cb9..b412594d49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,10 @@
The `in expression` enables checking whether a Number/String/Boolean type item is in a String/Array and returns a boolean value.
+- [core] Add support for using `within expression` with features having `'LineString'` geometry type. ([#16220](https://github.com/mapbox/mapbox-gl-native/pull/16220))
+
+ `within expression` now supports features with geometry types: `'Point'` or `'LineString'`.
+
### 🐞 Bug fixes
- [core] Don't provide multiple responses with the same data for 304 replies ([#16200](https://github.com/mapbox/mapbox-gl-native/pull/16200))