Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update changelog for v9.7.2 release. (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev authored Mar 22, 2022
1 parent 85e0875 commit d25d133
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for the Mapbox Maps SDK for Android

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.

## 9.7.2 - March 22, 2022
[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)
### Improvements and bug fixes
- 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.7.1 - November 4, 2021
[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)
### Improvements and bug fixes
- Fix android glyph drawing issue when 'high contrast' feature is turned on. ([#717](https://github.com/mapbox/mapbox-gl-native-android/pull/717))
### Dependencies
Expand Down

0 comments on commit d25d133

Please sign in to comment.