diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index c1649eef0be..63560b8cb1e 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master - Added support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image) in core library. Runtime APIs for image expression will be implemented separately. [#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877) - Make network requests for expired resources lower priority than requests for new resources. ([#15950](https://github.com/mapbox/mapbox-gl-native/pull/15950)) +- Added support for embedding [images into labels](https://github.com/mapbox/mapbox-gl-js/issues/8604) in core library. Runtime APIs for the feature will be implemented separately. [#15937](https://github.com/mapbox/mapbox-gl-native/pull/15937) ### Bug fixes - Fixed the rendering bug caused by redundant pending requests for already requested images [#15864](https://github.com/mapbox/mapbox-gl-native/pull/15864)