summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-22 18:49:26 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-23 12:55:57 +0300
commit9e1bcc4fdc6cb3bb1710a6e2cefd7e642159b2f3 (patch)
treedc26446f118e80b6eee13ec31718eb3f7ce620e4
parent84b0b35f6dcea1c42d6586d7058b980685f19599 (diff)
downloadqtlocation-mapboxgl-9e1bcc4fdc6cb3bb1710a6e2cefd7e642159b2f3.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbb51ec544..31c2cc54dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@
### 🐞 Bug fixes
+- [core] Use weak scheduler inside mailbox ([#16136](https://github.com/mapbox/mapbox-gl-native/pull/16136))
+
+ If there are pending requests that are completed after main scheduler is destructed, worker threads may try to push messages to destructed scheduler's queue.
+
- [core] Fix a crash in GeoJSON source parsing, caused by `GeoJSONVTData` ownership error ([#16106](https://github.com/mapbox/mapbox-gl-native/pull/16106))
- [core] Stable position of labels at tile borders in tile mode ([#16040](https://github.com/mapbox/mapbox-gl-native/pull/16040))