summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-04-02 22:39:02 +0300
committerJuha Alanen <juha.alanen@mapbox.com>2020-04-02 22:39:02 +0300
commit4a44a0c8caaf2f13a570f3637d6e8dc159403c4b (patch)
treebfc7d1861af45821cd14cc9fdbf16e2f0a288921
parent96d6aa2488859199b36b72626f168942c6efcbd4 (diff)
downloadqtlocation-mapboxgl-upstream/jmalanen-rel.tar.gz
Update change log for the maps-v1.5.1 releaseupstream/jmalanen-rel
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76c7faf568..9cf0f59b90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
## master
+## maps-v1.5.1
+
+### 🐞 Bug fixes
+
+- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349))
+
+ Fix a resource leak assertion in `gl::Context::~Context()` that is evaluating false in scenarios where graphics context has been marked as lost.
+
+- Hillshade bucket fix for mapbox-gl-native-ios #240 ([#16362](https://github.com/mapbox/mapbox-gl-native/pull/16362))
+
+ When dem tiles are loaded, border in neighboring tiles is updated, too leading to bucket re-upload. if std::move moved indices / vertices previously, they are empty and we get crash. Re-upload requires that only DEM texture is re-uploaded, not the quad vertices and indices.
+
## maps-v1.5.0
### ✨ New features