summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-28 19:41:14 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-28 21:42:03 +0200
commit6bed2079e3097336547ac01dda3768caadf0c441 (patch)
tree213b9a8822cce9ce49a2c61e26ca19651e1a5cd7
parent01c056f46dad0799cc5ab885b84fe0a9f7e1bc99 (diff)
downloadqtlocation-mapboxgl-6bed2079e3097336547ac01dda3768caadf0c441.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0c5d2c01f..c8fe97487a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## master
+### 🐞 Bug fixes
+
+- [core] Fix iterators in addRegularDash() ([#16249](https://github.com/mapbox/mapbox-gl-native/pull/16249))
+
+ Fixes possible crashes when using styles with line patterns.
+
## maps-v1.3.0 (2020.02-relvanillashake)
### 🐞 Bug fixes