From 859c6e1b4d610ec89d719d9ccf2a3737d942744c Mon Sep 17 00:00:00 2001 From: Kiryl Dzehtsiarenka Date: Wed, 17 Jul 2024 12:46:01 +0300 Subject: [PATCH] Add 11.4.2 changelog to main (#2633) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f873b80f4..f0644f5755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,13 @@ Mapbox welcomes participation and contributions from everyone. * [compose] Fix minZoom/maxZoom not working for layers. * Fix compass view ignoring `enabled` option when it is set in `updateSettings()`. +# 11.4.2 +## Bug fixes 🐞 +* Fix local glyph rasterization to ensure the correct Typeface is used. + +## Dependencies +* Update gl-native to v11.4.1. + # 11.5.0 July 05, 2024 ## Breaking changes ⚠️ * [compose] Make `MapboxMap.onMapClickListener` and `MapboxMap.onMapLongClickListener` nullable and default to `null`.