From 44a96816974d39f19568c4f5d18e30bff8723fd9 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-3[bot]" <79159042+mapbox-github-ci-writer-3[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:29:35 +0000 Subject: [PATCH] changelog for v11.9.2 (#2946) Co-authored-by: root --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a5edb44d..8b4002b250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ Mapbox welcomes participation and contributions from everyone. ## Bug fixes 🐞 * [compose] Fix wrong layer order when using `aboveLayer(..)` composable function. -# 11.9.2 + +# 11.9.2 February 05, 2025 ## Bug fixes 🐞 * Fix exception while parsing the config expression. * Fix app crash when autoMaxZoom=true. @@ -17,6 +18,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.9.3. + # 11.10.0-rc.1 January 31, 2025 ## Features ✨ and improvements 🏁 * Add experimental `ViewAnnotationManager.setViewAnnotationAvoidLayers` for specifying layers that view annotations should avoid. The API currently only supports line layers.