summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-02-22 15:35:47 -0800
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-02-22 15:35:47 -0800
commitf2a150b54c0921b57168fa56d5bee19d70945b7c (patch)
tree41eb6751451cfad84ded4f888787b8e5b6493977
parente0687d9a8efdfcc5fc56a59e00bdd83c0bed2aa9 (diff)
downloadqtlocation-mapboxgl-upstream/agua-fix-tilejson.tar.gz
-rw-r--r--platform/android/CHANGELOG.md3
-rw-r--r--platform/ios/CHANGELOG.md4
-rw-r--r--platform/macos/CHANGELOG.md4
3 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 7827bc129f..df0e57f754 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,9 @@
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.4.2 - TBD
+- Fixed an issue where the `TileJSON.bounds` was incorrectly blocking tiles. ([#11248](https://github.co\m/mapbox/mapbox-gl-native/pull/11248))
+
## 5.4.1 - February 9, 2018
- Don't recreate TextureView surface as part of view resizing, solves OOM crashes [#11148](https://github.com/mapbox/mapbox-gl-native/pull/11148)
- Don't invoke OnLowMemory before map is ready, solves startup crash on low memory devices [#11109](https://github.com/mapbox/mapbox-gl-native/pull/11109)
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 7d23a3fbaf..e1ee2cbeb9 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,10 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## 3.7.6 - TBD
+
+* Fixed an issue where the `MGLTileSourceOptionCoordinateBounds` option was incorrectly blocking tiles. ([#11248](https://github.com/mapbox/mapbox-gl-native/pull/11248))
+
## 3.7.5 - February 16, 2018
* Fixed an issue where requesting location services permission would trigger an unrecoverable loop. ([#11229](https://github.com/mapbox/mapbox-gl-native/pull/11229))
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 620c6f81ed..0c231cca2a 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog for Mapbox Maps SDK for macOS
+## v0.6.3 - TBD
+
+* Fixed an issue where the `MGLTileSourceOptionCoordinateBounds` option was incorrectly blocking tiles. ([#11248](https://github.com/mapbox/mapbox-gl-native/pull/11248))
+
## v0.6.2
* Added the `MGLTileSourceOptionTileCoordinateBounds` option to create an `MGLTileSource` that only supplies tiles within a specific geographic bounding box. ([#11141](https://github.com/mapbox/mapbox-gl-native/pull/11141))