From 8cef59e5425e6a6e744c7b688a8a90451cc7cf1f Mon Sep 17 00:00:00 2001 From: Antonio Zugaldia Date: Tue, 20 Jun 2017 15:24:37 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caed36399..5f37950a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Mapbox welcomes participation and contributions from everyone. +### v2.1.2 + +* Update to LOST `3.0.1` which fixes a bug where location requests were too aggressive [#486](https://github.com/mapbox/mapbox-java/pull/486) +* Expose `MockLocationEngine` as part of the public API [#476](https://github.com/mapbox/mapbox-java/pull/476) +* Update style versions to `v10` and add traffic styles [#478](https://github.com/mapbox/mapbox-java/pull/478) +* Fix static marker annotation URL generation [#479](https://github.com/mapbox/mapbox-java/pull/479) +* Add convert distance method to `TurfHelper` [#481](https://github.com/mapbox/mapbox-java/pull/481) +* Add new SSL certs for 2018/2019 [#484](https://github.com/mapbox/mapbox-java/pull/484) + ### v2.1.1 * Updates to [LOST `3.0.0`](https://github.com/mapbox/mapbox-java/pull/462)