You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
# Changelog for the Mapbox Maps SDK for Android
2
2
3
3
Mapbox welcomes participation and contributions from everyone. Please read [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) to get started.
4
+
5
+
## 9.7.2 - March 22, 2022
6
+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.7.1...android-v9.7.2) since [Mapbox Maps SDK for Android 9.7.1](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.7.1)
7
+
### Improvements and bug fixes
8
+
- Fix an issue that results in IllegalArgumentException on the OS level, by adding an additional null check against eglContext to avoid having our GL context in an invalid state. ([#723](https://github.com/mapbox/mapbox-gl-native-android/pull/723))
9
+
4
10
## 9.7.1 - November 4, 2021
11
+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.7.0...android-v9.7.1) since [Mapbox Maps SDK for Android 9.7.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.7.0)
5
12
### Improvements and bug fixes
6
13
- Fix android glyph drawing issue when 'high contrast' feature is turned on. ([#717](https://github.com/mapbox/mapbox-gl-native-android/pull/717))
0 commit comments