Skip to content

Commit 4dccf5d

Browse files
pengdevgithub-actions[bot]
authored andcommitted
[port] Consolidate change log entries for 11.20.0-rc.1 release. (#10719) (#10724)
This PR consolidates change log entries for 11.20.0-rc.1 release. cc @mapbox/maps-android cc @mapbox/sdk-platform GitOrigin-RevId: 73f8b07dfb8669cf09e00df30b445f3beba9e712
1 parent 405e633 commit 4dccf5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Mapbox welcomes participation and contributions from everyone.
1111
# 11.21.0-rc.1 March 23, 2026
1212

1313
## Bug fixes 🐞
14+
* Fix intermittent rendering artifacts (reversed/large bitmaps) on Android Auto caused by stale texture ID reuse in `BitmapWidgetRenderer` after surface recreation.
1415
* Fix native memory leak in `AnnotationManager` where bitmap style images were not removed onDestroy.
1516
* Fix feature cutout rendering artifacts on some devices caused by insufficient shader precision.
1617
* Fix rendering of stacked underground 3D roads.
@@ -63,10 +64,8 @@ Mapbox welcomes participation and contributions from everyone.
6364
* Improve FPS statistics logging when `mapView.setOnFpsChangedListener()` is used with separate tracking for frame pacing skips and missed render frames for better performance debugging.
6465

6566
## Bug fixes 🐞
66-
* Fix NPE crash in `PointAnnotationClusterActivity` example when the remote GeoJSON endpoint returns a non-successful HTTP response.
6767
* Fix `MapSurface.setMaximumFps` not working correctly on secondary displays (e.g. Android Auto). Use `Context.getDisplay()` on API 30+ to get the actual display refresh rate instead of always using the primary display's rate.
6868
* Fix `PointAnnotationManager.iconImageBitmap` setter not registering the bitmap image with the style, causing group-level bitmap icons to be invisible.
69-
* Fix intermittent rendering artifacts (reversed/large bitmaps) on Android Auto caused by stale texture ID reuse in `BitmapWidgetRenderer` after surface recreation.
7069
* Fix feature cutout artifacts at route overlaps.
7170
* Fix a data race condition for `FillExtrusion` layer.
7271
* Fix several issues related to runtime symbol appearances switches.

0 commit comments

Comments
 (0)