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 12:19:39 +0200
commit648ce071d39e275ddfcd20a94a6f96547c314635 (patch)
treed87f2109b6d2ff98585930881b26ac07720d2bcb
parent4b139b5905f9c5bef0777fbd4b213421fdbfabef (diff)
downloadqtlocation-mapboxgl-648ce071d39e275ddfcd20a94a6f96547c314635.tar.gz
Add Changelog
-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