From 54105191af21dc94e9257768e6e75e22a6add29a Mon Sep 17 00:00:00 2001 From: Mai Mai Date: Mon, 20 Jan 2025 12:43:50 +0200 Subject: [PATCH] [cherry-pick] release v11.9.1 versions bump (#2413) Co-authored-by: Roman Laitarenko --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaf6dccb01..2665d32dc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,11 +22,16 @@ CircleAnnotationGroup {} // new .slot(.middle) ``` + * Introduce `ViewAnnotation.priority`, deprecate `ViewAnnotation.selected`. Use this property to define view annotation sort order. * Introduce `ViewAnnotation.minZoom` and `ViewAnnotation.maxZoom`. Use these properties to configure zoom-level specific view annotations. * Update CoreMaps to 11.10.0-beta.2 and Common to 24.10.0-beta.2. +## 11.9.1 - 20 January, 2025 + +* Update CoreMaps to 11.9.2. + ## 11.9.0 - 18 December, 2024 * Remove experimental SPI from `StyleImage`.