summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarim Naaji <karim.naaji@mapbox.com>2020-02-13 18:14:53 -0500
committerKarim Naaji <karim.naaji@mapbox.com>2020-02-13 18:15:16 -0500
commit36f45547b19b36adfc2c10c0b906322376c7c464 (patch)
tree66cf8b0ab9dd138365bd068424d20fc171c99dc3
parent7e1d3e7522e17a5c728d4e7acd0f83d38ba6ebc6 (diff)
downloadqtlocation-mapboxgl-upstream/line-dash-array-fix.tar.gz
Add changelog entryupstream/line-dash-array-fix
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bad7958a10..2617728e6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,10 @@
The excessive `onSpriteLoaded()` notifications affected the render orchestration logic and could have significant negative performance impact.
+### 🐞 Bug fixes
+
+- [core] Fix potential visual artifact for line-dasharray ([#16202](https://github.com/mapbox/mapbox-gl-native/pull/16202))
+
### 🧩 Architectural changes
##### ⚠️ Breaking changes