summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-12 00:48:10 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-12 00:48:10 +0200
commitd8b568a40357d54c76de88293d75c7223d769957 (patch)
treebb7b59747b26b014ab3ffbcd86cd1e0faf29bf42
parent4e662464ae3c1409db57dbf47bbdc06f068e879d (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-within-expression.tar.gz
Add Changelog entry for within expression usage with paint property and filter expressionupstream/zmiao-within-expression
-rw-r--r--platform/android/CHANGELOG.md1
-rw-r--r--platform/ios/CHANGELOG.md1
-rw-r--r--platform/macos/CHANGELOG.md1
-rw-r--r--platform/node/CHANGELOG.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index b9a7a05ac3..dbf5df26e1 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -8,6 +8,7 @@ Please see the README at https://github.com/mapbox/mapbox-gl-native-android for
## master
- Added support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image) in core library. Runtime APIs for image expression will be implemented separately. [#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877)
- Make network requests for expired resources lower priority than requests for new resources. ([#15950](https://github.com/mapbox/mapbox-gl-native/pull/15950))
+- Added support for `within expression` in core library. Implemented the use of `within expression` with paint propery and filter expression. Support for using `within expression` with layout propery will be implemented separately. ([#16157](https://github.com/mapbox/mapbox-gl-native/pull/16157))
### Bug fixes
- Fixed the rendering bug caused by redundant pending requests for already requested images [#15864](https://github.com/mapbox/mapbox-gl-native/pull/15864)
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index fcb581a0e0..ffc23cdf3b 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## master
* Added support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image) in core library. Runtime APIs for image expression will be implemented separately. ([#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877))
* Make network requests for expired resources lower priority than requests for new resources. ([#15950](https://github.com/mapbox/mapbox-gl-native/pull/15950))
+* Added support for `within expression` in core library. Implemented the use of `within expression` with paint propery and filter expression. Support for using `within expression` with layout propery will be implemented separately. ([#16157](https://github.com/mapbox/mapbox-gl-native/pull/16157))
### Other changes
* Convert GeoJSON features to tiles for the loaded source description in a background thread and thus unblock the UI thread ([#15885](https://github.com/mapbox/mapbox-gl-native/pull/15885))
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 50757673d3..0aeced61c3 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -21,6 +21,7 @@
* Fixed an issue that `maxzoom` in style `Sources` option was ignored when URL resource is provided. It may cause problems such as extra tiles downloading at higher zoom level than `maxzoom`, or problems that wrong setting of `overscaledZ` in `OverscaledTileID` that will be passed to `SymbolLayout`, leading wrong rendering appearance. ([#15581](https://github.com/mapbox/mapbox-gl-native/pull/15581))
* Fixed a crash when `-[MGLOfflinePack invalidate]` is called on different threads. ([#15582](https://github.com/mapbox/mapbox-gl-native/pull/15582))
* Make network requests for expired resources lower priority than requests for new resources. ([#15950](https://github.com/mapbox/mapbox-gl-native/pull/15950))
+* Added support for `within expression` in core library. Implemented the use of `within expression` with paint propery and filter expression. Support for using `within expression` with layout propery will be implemented separately. ([#16157](https://github.com/mapbox/mapbox-gl-native/pull/16157))
### Styles and rendering
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index b88189c0f2..aa2c0e864c 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,6 +1,7 @@
# master
* Add support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image). ([#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877))
+* Added support for `within expression` in core library. Implemented the use of `within expression` with paint propery and filter expression. Support for using `within expression` with layout propery will be implemented separately. ([#16157](https://github.com/mapbox/mapbox-gl-native/pull/16157))
# 5.0.0
* No longer supporting source-compile fallback ([#15748](https://github.com/mapbox/mapbox-gl-native/pull/15748))