Skip to content

Commit 7562931

Browse files
authored
Prepare release MapLibre Android 11.8.2 (#3258)
1 parent ce4dcb7 commit 7562931

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

platform/android/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
### 🐞 Bug fixes
88

9+
## 11.8.2
10+
11+
### ✨ Features and improvements
12+
13+
- Eliminate copies in deferred cleanup ([#3035](https://github.com/maplibre/maplibre-native/pull/3035)).
14+
- (Custom Layer Support) Reset depth stencil state for render pass ([#3230](https://github.com/maplibre/maplibre-native/pull/3230)).
15+
16+
### 🐞 Bug fixes
17+
18+
- Fix texture view cleanup ([#3254](https://github.com/maplibre/maplibre-native/pull/3254)). Possible fix for [issue](https://github.com/maplibre/maplibre-native/issues/3241) reported by Lyft.
19+
920
## 11.8.1
1021

1122
> [!NOTE]

platform/android/MapLibreAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=11.8.1
1+
VERSION_NAME=11.8.2
22

33
# Only build native dependencies for the current ABI
44
# See https://code.google.com/p/android/issues/detail?id=221098#c20

0 commit comments

Comments
 (0)