diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-01-22 18:49:26 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-01-23 12:55:57 +0300 |
commit | 9e1bcc4fdc6cb3bb1710a6e2cefd7e642159b2f3 (patch) | |
tree | dc26446f118e80b6eee13ec31718eb3f7ce620e4 /CHANGELOG.md | |
parent | 84b0b35f6dcea1c42d6586d7058b980685f19599 (diff) | |
download | qtlocation-mapboxgl-9e1bcc4fdc6cb3bb1710a6e2cefd7e642159b2f3.tar.gz |
[core] Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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)) |