diff options
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 1f4acc43f3..e176810277 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,18 @@ 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.1 - December 22, 2016 + +Mapbox Android 4.2.1 is a bugfix release build on top of 4.2.0 and resolves: + +* Gesture handling bugs + - Reverse fling when tilted [#7383](https://github.com/mapbox/mapbox-gl-native/pull/7383) + - Rotation is hard trigger [#7299](https://github.com/mapbox/mapbox-gl-native/pull/7299) +* Null pointer exception on TrackingSettings [#7505](https://github.com/mapbox/mapbox-gl-native/pull/7505) +* Patches to our CI integration [#7363](https://github.com/mapbox/mapbox-gl-native/pull/7363) & [#7385](https://github.com/mapbox/mapbox-gl-native/pull/7385) +* Screen density is now correctly applied for attributes [#7327](https://github.com/mapbox/mapbox-gl-native/pull/7327) +* Usage of LocalBroadCastReceiver [#7511](https://github.com/mapbox/mapbox-gl-native/pull/7511) + ## 4.2.0 - December 14, 2016 Mapbox Android 4.2.0 contains all 4.2.0-beta.3 changes and adds: |