From 9436b89b0a8b4912a0480085d1fd2265294b84ee Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-5[bot]" <79159111+mapbox-github-ci-writer-5[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:39:33 +0000 Subject: [PATCH] changelog for v11.5.1 (#2650) Co-authored-by: root --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bd23d459..3555e543fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.5.1 + +# 11.5.1 July 25, 2024 ## Bug fixes 🐞 * Fix local glyph rasterization to ensure the correct Typeface is used. * Fix map freezing and huge memory consumption issue when using 3D models. @@ -14,6 +15,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.5.2. + # 11.6.0-beta.1 July 19, 2024 ## Breaking changes ⚠️ * [compose] Remove `StyleImage` constructor with `BitmapImage`, use `rememberStyleImage` composable function to build it instead.