diff options
author | Cameron Mace <cameron@mapbox.com> | 2016-12-14 15:04:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 15:04:11 -0500 |
commit | eb42b37568e1a655a6ec5bfb110e2a7a34f82f01 (patch) | |
tree | c8768a488e92cb0c001ec9140554d23f26557c75 /platform/android | |
parent | e182731092e62441da8545121b469a22cb5116c1 (diff) | |
download | qtlocation-mapboxgl-eb42b37568e1a655a6ec5bfb110e2a7a34f82f01.tar.gz |
updated changelog for 4.2.0 release (#7433)
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 0030a0d125..1f4acc43f3 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,16 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to * Support for Android Nougat [#5910](5910-move-listener-logic-for-nougat) & [#6390](https://github.com/mapbox/mapbox-gl-native/pull/6390) +## 4.2.0 - December 14, 2016 + +Mapbox Android 4.2.0 contains all 4.2.0-beta.3 changes and adds: + +* Adds additional documentation to APIs +* Resolved issue with marker views occasionally not showing up until a gesture was performed on map [#7239](https://github.com/mapbox/mapbox-gl-native/pull/7239) +* Added horizontal accuracy to location events [#7237](https://github.com/mapbox/mapbox-gl-native/pull/7237) +* Resolved issue with changing visibility of a layer [#7242](https://github.com/mapbox/mapbox-gl-native/pull/7242) +* Proguard improvement and fixes + ## 4.2.0-beta.3 - September 21, 2016 Mapbox Android 4.2.0-beta.3 contains all 4.2.0-beta.2 changes and adds: |