summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-28 19:41:14 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-02 11:28:58 +0200
commitca8435ca75deeac902d7c8913c475cf679b10012 (patch)
tree5dcb670f1a0454da9f4326523ffcac791002d3bd
parentbb9677513818b13e9aec58697564d264f7446f53 (diff)
downloadqtlocation-mapboxgl-ca8435ca75deeac902d7c8913c475cf679b10012.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 e0c5d2c01f..904a278ea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
### 🐞 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.
+
- [core] Fix offline region download freezing ([#16230](https://github.com/mapbox/mapbox-gl-native/pull/16230))
Downloaded resources are put in the buffer and inserted in the database in batches.