summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-10 15:57:10 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-10 20:32:34 +0200
commit09ab9420a9834788708a90a9767202423abf6a5a (patch)
tree5ebce21f97068dde3eccb2051b3b3a80e94598d5
parentcc5e86b1866163de04e10bae7ecaf62a92d1aae5 (diff)
downloadqtlocation-mapboxgl-09ab9420a9834788708a90a9767202423abf6a5a.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af7e6e7cec..9bc957c661 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,10 @@
Resources that belong to an offline region, should not contribute to the amount of space available in the ambient cache.
+ - [core][tile mode] Fix assertion at `line-center` placement handling ([#16293](https://github.com/mapbox/mapbox-gl-native/pull/16293))
+
+ The `Symbol Intersects Tile Edges` placement algorithm should not be applied to the symbols with `line-center` placement.
+
### 🧩 Architectural changes
- Changes to `MapSnapshotter` threading model ([#16268](https://github.com/mapbox/mapbox-gl-native/pull/16268))