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

Commit 2a25d2d

Browse files
authored
[docs] update changelog for v8.6.7 release (#606) (#607)
1 parent d794d73 commit 2a25d2d

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,33 @@
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-
## 8.6.6 - September 25, 2020
6-
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v8.6.5...android-v8.6.6) since [Mapbox Maps SDK for Android v8.6.5](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v8.6.5):
5+
## 8.6.7 - October 22, 2020
6+
[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):
77
### Bug fixes
8-
- Fix Style not ready exception in location component ([#563](https://github.com/mapbox/mapbox-gl-native-android/pull/563))
8+
- Compass, deprecate bitmap API, introduce drawable resource ID API instead ([#598](https://github.com/mapbox/mapbox-gl-native-android/pull/598))
99

10-
## 9.5.0-beta.1 - September 14, 2020
11-
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.4.0...android-v9.5.0-beta.1) since [Mapbox Maps SDK for Android 9.4.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.4.0)
12-
### Improvements and bug fixes
10+
## 9.6.0-alpha.1 - October 7, 2020
11+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.5.0...android-v9.6.0-alpha.1) since [Mapbox Maps SDK for Android 9.5.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.5.0)
12+
### Dependencies
13+
- Update telemetry to 6.2.0
14+
- Update core library to 5.1.0
15+
16+
## 9.5.0 - September 25, 2020
17+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.4.0...android-v9.5.0) since [Mapbox Maps SDK for Android 9.4.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.4.0)
18+
### Improvements and bug fixes
1319
- Fix crash when converting screen coordinate as part of moveBy ([#555](https://github.com/mapbox/mapbox-gl-native-android/pull/555))
1420
- Upgrade MapView to manage multiple OnTouchListener-s ([#511](https://github.com/mapbox/mapbox-gl-native-android/pull/511))
1521
- Remove `LocalGlyphRasterizer`, now it's a part of core as pure C++ implementation. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
1622
- `LocationIndicatorLayer`: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
1723
- `LocationPropertyFactory`: `imageTiltDisplacement` methods are deprecated, `imagePitchDisplacement` are introduced for replacement. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
1824
### Dependencies
1925
- Update core library to 5.0.0
20-
26+
27+
## 8.6.6 - September 25, 2020
28+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v8.6.5...android-v8.6.6) since [Mapbox Maps SDK for Android v8.6.5](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v8.6.5):
29+
### Bug fixes
30+
- Fix Style not ready exception in location component ([#563](https://github.com/mapbox/mapbox-gl-native-android/pull/563))
31+
2132
## 9.4.0 - August 26, 2020
2233
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.3.0...android-v9.4.0) since [Mapbox Maps SDK for Android v9.3.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.3.0)
2334
### Features
@@ -34,7 +45,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [`Con
3445
### Dependencies
3546
- Update telemetry to 6.1.0
3647
- Update core library to 3.1.0
37-
48+
3849
## 9.3.1 - July 25, 2020
3950
### Bug fixes
4051
- Fix crash on old devices (Android 4.4) related to LLD linker.

0 commit comments

Comments
 (0)