diff options
author | Brad Leege <bleege@gmail.com> | 2016-03-25 17:24:27 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2016-03-25 17:24:27 -0500 |
commit | 616a77202d3a87ed3121045105977038956876f2 (patch) | |
tree | 3ba2a844a1d12f86927cda57811448b7f3f0f384 /platform | |
parent | 75d18dac65ffdf2cc9424e97566636ef55b78483 (diff) | |
download | qtlocation-mapboxgl-616a77202d3a87ed3121045105977038956876f2.tar.gz |
[android] #4478 - Updating CHANGELOG for 4.0.0-rc.1android-v4.0.0-rc.1
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 135d8a7cc0..dd761afb45 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,13 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. +## 4.0.0-rc.1 + +* Default Value Bug Fix for MapboxMapOptions ([#4398](https://github.com/mapbox/mapbox-gl-native/issues/4398)) +* NullPointerException When Scrolling ([#4424](https://github.com/mapbox/mapbox-gl-native/issues/4424)) +* Platform Specific CHANGELOGS ([#4432](https://github.com/mapbox/mapbox-gl-native/issues/4432)) +* Introduce LatLng.wrap() ([#4475](https://github.com/mapbox/mapbox-gl-native/issues/4475)) + ## 4.0.0-beta.2 * arm64 ABI Support ([#3128](https://github.com/mapbox/mapbox-gl-native/issues/3128)) @@ -64,4 +71,4 @@ Mapbox Android 4.0.0 is the most ambitious Android release to date with 3 major Known issues: - Black Screen On Ice Cream Sandwich and Jelly Bean devices ([#2802](https://github.com/mapbox/mapbox-gl-native/issues/2802)) - - Resolved in 2.2.0
\ No newline at end of file + - Resolved in 2.2.0 |