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

Commit bb0b1db

Browse files
authored
[docs] update changelog and dependnecy for v9.6.0-beta.1 (#608)
1 parent f386d8d commit bb0b1db

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## 9.6.0-beta.1 - October 22, 2020
6+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.6.0-alpha.1...android-v9.6.0-beta.1) since [Mapbox Maps SDK for Android 9.6.0-alpha.1](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.6.0-alpha.1)
7+
### Improvements and bug fixes
8+
- Compass, deprecate bitmap API, introduce drawable resource ID API instead ([#598](https://github.com/mapbox/mapbox-gl-native-android/pull/598))
9+
- Expose LocationUpdate builder and immediate location animation when resuming the map ([#604](https://github.com/mapbox/mapbox-gl-native-android/pull/604))
10+
- Add GlyphsRasterizationMode and API ([#601](https://github.com/mapbox/mapbox-gl-native-android/pull/601))
11+
- Validate if style is sstill loading ([#591](https://github.com/mapbox/mapbox-gl-native-android/pull/591))
12+
513
## 8.6.7 - October 22, 2020
614
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v8.6.6...android-v8.6.7) since [Mapbox Maps SDK for Android v8.6.6](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v8.6.6):
715
### Bug fixes

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
ktlint : '0.34.0',
4141
commonsIO : '2.6',
4242
mapboxSdkVersions: '1.1.0',
43-
mapboxSdkCore : '5.1.0',
43+
mapboxSdkCore : '5.2.0',
4444
mapboxSdkRegistryPlugin: '0.3.0'
4545
]
4646

0 commit comments

Comments
 (0)