summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2018-04-30 11:21:07 -0400
committerFabian Guerra <fabian.guerra@mapbox.com>2018-05-03 15:28:38 -0400
commit410e4c0655a8d962b5938f9d160ca2828ce6c157 (patch)
treedf81010633f4f690c0c2bb912b5fb56b72a7d3cc
parent91e0ebe26e5e05b8f0bff101483d6dde89e39237 (diff)
downloadqtlocation-mapboxgl-upstream/fabian-antimeridian-11377.tar.gz
[ios, macos] Update changelogs.upstream/fabian-antimeridian-11377
-rw-r--r--platform/ios/CHANGELOG.md2
-rw-r--r--platform/macos/CHANGELOG.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 123a874a60..64d02b2f9e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -15,7 +15,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue where selecting an onscreen annotation could move the map unintentionally. ([#11731](https://github.com/mapbox/mapbox-gl-native/pull/11731))
* Reduce per-frame render CPU time ([#11811](https://github.com/mapbox/mapbox-gl-native/issues/11811))
* Fixed a crash when removing an `MGLOfflinePack`. ([#6092](https://github.com/mapbox/mapbox-gl-native/issues/6092))
-* Fixed an issue preventing `[MGLOverlay overlayBounds]` return an empty box for coordinates that straddle the antimeridian. ([#11783](https://github.com/mapbox/mapbox-gl-native/pull/11783))
+* Fixed an issue where an `MGLOverlay` object straddling the antimeridian had an empty `MGLOverlay.overlayBounds` value. ([#11783](https://github.com/mapbox/mapbox-gl-native/pull/11783))
## 4.0.0 - April 19, 2018
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 2a36dd4ede..0e8d40f256 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -10,7 +10,7 @@
* Fixed an issue where selecting an onscreen annotation could move the map unintentionally. ([#11731](https://github.com/mapbox/mapbox-gl-native/pull/11731))
* Fixed a crash when removing an `MGLOfflinePack`. ([#6092](https://github.com/mapbox/mapbox-gl-native/issues/6092))
-* Fixed an issue preventing `[MGLOverlay overlayBounds]` return an empty box for coordinates that straddle the antimeridian. ([#11783](https://github.com/mapbox/mapbox-gl-native/pull/11783))
+* Fixed an issue where an `MGLOverlay` object straddling the antimeridian had an empty `MGLOverlay.overlayBounds` value. ([#11783](https://github.com/mapbox/mapbox-gl-native/pull/11783))
## 0.7.0 - April 19, 2018