diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-01-13 17:02:24 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-01-13 17:33:33 +0200 |
commit | 0652118d0858e1020a8a72c8da897f633f82690a (patch) | |
tree | fdacc8dc3934bef8a8c3c3b5a4fb15b92bda8f20 | |
parent | 6ddff19ceedb8f6cb095792b90121330afcc38cf (diff) | |
download | qtlocation-mapboxgl-0652118d0858e1020a8a72c8da897f633f82690a.tar.gz |
Add change log entry for PR #16106
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0784d36239..4ca831f883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ ### 🐞 Bug fixes +- [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)) These changes allow to avoid cutting-off labels on tile borders if the variable text placement is enabled. |