You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ Mapbox welcomes participation and contributions from everyone.
12
12
13
13
## Bug fixes 🐞
14
14
* Fix native memory leak in `AnnotationManager` where bitmap style images were not removed onDestroy.
15
+
* Fix feature cutout rendering artifacts on some devices caused by insufficient shader precision.
16
+
* Fix rendering of stacked underground 3D roads.
17
+
* Fix a crash that could occur when the map is destroyed during style loading.
18
+
* Fix underground road geometry being clipped in orthographic projection with small viewports.
19
+
* Fix map flickering caused by stencil buffer conflicts between raster and hillshade layers.
20
+
* Fix potential ANRs when receiving location updates under heavy system load.
21
+
* Fix a bug in eviction logic for TileStore.
22
+
* Internal fixes and performance improvements.
15
23
16
24
## Dependencies
17
25
* Update gl-native to [v11.21.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.21.0-rc.1), common to [v24.21.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.21.0-rc.1).
0 commit comments