Skip to content

Commit b32e221

Browse files
jar-gitgithub-actions[bot]
authored andcommitted
Update CHANGELOG
GitOrigin-RevId: f5d073a80d94f1f3fbfce1950d9dd54252e2b7ca
1 parent b9d1d7a commit b32e221

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Mapbox welcomes participation and contributions from everyone.
4242
## Features ✨ and improvements 🏁
4343
* Deprecate `PointAnnotation.iconImage` getter. Reading this property exposes an internally generated image ID managed by the annotation manager. If you need a stable, reusable image ID, register the image in the style yourself via the Style API and pass the ID explicitly via `PointAnnotationOptions.withIconImage(String)`. In that case you are responsible for the image's lifecycle and must remove it from the style when no longer needed.
4444
* Internal fixes and performance improvements.
45+
* TileStore improvements.
4546

4647
## Bug fixes 🐞
4748
* Fix native memory leak in `AnnotationManager` where bitmap style images were not removed when annotations were deleted.
@@ -96,8 +97,6 @@ Mapbox welcomes participation and contributions from everyone.
9697
## Dependencies
9798
* 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).
9899

99-
* TileStore improvements.
100-
101100
# 11.20.1 March 17, 2026
102101
## Bug fixes 🐞
103102
* Internal fixes and performance improvements.

0 commit comments

Comments
 (0)