summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-03-19 14:59:45 +0200
committerzmiao <miao.zhao@mapbox.com>2020-03-23 11:14:43 +0200
commit5c2d6a1c0efe870477fd23c43d6d29dcfb511a9e (patch)
treedcb8bcd30f7077f92f738ec8cba95b7a8d4f7112
parentef19a338666bbfcd2cdb218efd14e66754074d67 (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-add-changelog.tar.gz
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afb1fa5591..3148c59558 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@
The newly added `Renderer::clearData()` method allows to clear render data and thus save memory and make sure outdated tiles are not shown. It clears data more agressively than `Renderer::reduceMemoryUse()` does, as it clears not only the cache but all orchestration data, including the data used by the currently rendered frame.
+### 🐞 Bug fixes
+
+- [core] Use `TileCoordinates` instead of `LngLat` for `within` expression calculation ([#16319](https://github.com/mapbox/mapbox-gl-native/pull/16319))
+
+ Fix the issue that `within` expression evaluates point features inconsistently across zoom levels if the point lies near the boundary of a GeoJSON object ([#16301](https://github.com/mapbox/mapbox-gl-native/issues/16301))
+
## maps-v1.4.1
### 🐞 Bug fixes