Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 77b883d

Browse files
author
Juha Alanen
committed
Update change log for the maps-v1.5.1 release
1 parent 96d6aa2 commit 77b883d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## master
44

5+
## maps-v1.5.1
6+
7+
### 🐞 Bug fixes
8+
9+
- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349))
10+
11+
Fix a resource leak assertion in `gl::Context::~Context()` that is evaluating false in scenarios where graphics context has been marked as lost.
12+
13+
- Hillshade bucket fix for mapbox-gl-native-ios #240 ([#16362](https://github.com/mapbox/mapbox-gl-native/pull/16362))
14+
15+
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.
16+
517
## maps-v1.5.0
618

719
### ✨ New features

0 commit comments

Comments
 (0)