summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKarim Naaji <karim.naaji@mapbox.com>2020-02-13 18:14:53 -0500
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-14 12:56:54 +0200
commit189ed4aac362f7122e0889cdb9c7fc6580d24392 (patch)
treea6aede1eb6435d0831ab54d591fd595fbf872678 /CHANGELOG.md
parentf3f0aefeadbfc1d940496a19cdc19e836e19d963 (diff)
downloadqtlocation-mapboxgl-189ed4aac362f7122e0889cdb9c7fc6580d24392.tar.gz
Add changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf0a476107..c51124537f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,8 @@
In cases when cached resource is useable, yet don't have an expiration timestamp, we provided data to the requester from the cache and the same data was returned once 304 response was received from the network.
+- [core] Fix potential visual artifact for line-dasharray ([#16202](https://github.com/mapbox/mapbox-gl-native/pull/16202))
+
### 🏁 Performance improvements
- [core] Loading images to style optimization ([#16187](https://github.com/mapbox/mapbox-gl-native/pull/16187))