From fecb2a4cb26ea4b258e3aa386a1472d737342d99 Mon Sep 17 00:00:00 2001 From: Anthony Agby Date: Wed, 6 Mar 2019 11:49:15 -0500 Subject: [PATCH] Update Changelog - update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1d946c4..c8cffb4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -166,6 +166,11 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Core +### v1.2.0 +- Fix GoogleLocationEngine intermittent delayed updates - [#350](https://github.com/mapbox/mapbox-events-android/pull/350) +- Run liblocation test in CI - [#338](https://github.com/mapbox/mapbox-events-android/pull/338) +- Mapbox unhandled exception handler - [#335](https://github.com/mapbox/mapbox-events-android/pull/335) + ### v1.1.0 - Refactor listener management infrastructure & background mode support - [#290](https://github.com/mapbox/mapbox-events-android/pull/290) - Add @Nullable annotation to getLastLocation method - [#264](https://github.com/mapbox/mapbox-events-android/pull/264)