From 5c2d6a1c0efe870477fd23c43d6d29dcfb511a9e Mon Sep 17 00:00:00 2001 From: zmiao Date: Thu, 19 Mar 2020 14:59:45 +0200 Subject: Add Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1