From 55f4532a93557508387ef7f4cbb45ab596ee484c Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Wed, 22 Jan 2020 18:49:26 +0200 Subject: [PATCH] [core] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb51ec5441..31c2cc54dcd 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))