summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-03-24 18:41:49 +0100
committerGitHub <noreply@github.com>2017-03-24 18:41:49 +0100
commit66ed1a10803320e96382feb00c18ee0bfd507b02 (patch)
tree4b415a778afa9345dcc086a8dae25f309d8b3705 /platform/android/CHANGELOG.md
parentc7722b54a846a76736369cc98c59c81b3687201b (diff)
downloadqtlocation-mapboxgl-66ed1a10803320e96382feb00c18ee0bfd507b02.tar.gz
[android] - harden offline region creation, add include method, expose world bounds, update tests (#8517)
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index d8338347c2..ec0a5f1586 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+## 5.1.0 - TBA
+
+5.1.0 builds further on 5.0.1 and adds:
+
+* LatLngBounds includes with another bounds [#8517](https://github.com/mapbox/mapbox-gl-native/pull/8517)
+* LatLngBounds includes takes in account LatLng on the edges (cfr. core) [#8517](https://github.com/mapbox/mapbox-gl-native/pull/8517)
+* LatLngBounds facility getters/setters for LatLnbg on the edges of the bounds [#8517](https://github.com/mapbox/mapbox-gl-native/pull/8517)
+* Expose world bounds in LatLngBounds [#8517](https://github.com/mapbox/mapbox-gl-native/pull/8517)
+* OfflineRegion are validated if the bounds is found in the world bounds, else onError will be invoked [#8517](https://github.com/mapbox/mapbox-gl-native/pull/8517)
+
## 5.0.0 - March 17th, 2017
5.0.0 final release contains: