summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryanhamley <ryan.hamley@mapbox.com>2018-10-24 16:17:16 -0700
committerryanhamley <ryan.hamley@mapbox.com>2018-10-24 16:17:16 -0700
commit617f5e4ea972c7f94002e561661b7074ed442feb (patch)
tree5c8d37d6efaecbe05bc4e53a4570a14fd5f20c33
parentfbac0656517e1f71fad00ef6c2f51cd1658e03cd (diff)
downloadqtlocation-mapboxgl-upstream/setLatLngBounds.tar.gz
Add staging changelogupstream/setLatLngBounds
-rw-r--r--scripts/changelog_staging/invalid-latlngbounds.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/changelog_staging/invalid-latlngbounds.json b/scripts/changelog_staging/invalid-latlngbounds.json
new file mode 100644
index 0000000000..32bb876020
--- /dev/null
+++ b/scripts/changelog_staging/invalid-latlngbounds.json
@@ -0,0 +1,4 @@
+{
+ "core": "When using longitude values of +-180° in LatLngBounds, the longitude was being improperly wrapped resulting in an unexpected bounding box.",
+ "issue": 12797
+}