summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-11-08 08:14:10 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-11-08 14:29:38 -0800
commit9a531e40a174e78c5e5e60d569a290b1655a31c3 (patch)
tree8f1933245193b60cd9ffeda08ee07b2c80c20134
parente9eb3cc7831a262ba24c3cce77051495eb3ddfdc (diff)
downloadqtlocation-mapboxgl-9a531e40a174e78c5e5e60d569a290b1655a31c3.tar.gz
[core] Cleared out staged changelog entries
Cherry-picked from be56409d800dc02ac72bdfa89fdb133a448c96a5.
-rw-r--r--scripts/changelog_staging/expression-string-coercion.json3
-rw-r--r--scripts/changelog_staging/format-expression.json4
-rw-r--r--scripts/changelog_staging/invalid-latlngbounds.json4
-rw-r--r--scripts/changelog_staging/per-source-collision.json6
-rw-r--r--scripts/changelog_staging/put-offline-resource.json5
-rw-r--r--scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json4
6 files changed, 0 insertions, 26 deletions
diff --git a/scripts/changelog_staging/expression-string-coercion.json b/scripts/changelog_staging/expression-string-coercion.json
deleted file mode 100644
index 118c89a51c..0000000000
--- a/scripts/changelog_staging/expression-string-coercion.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "core": "Arguments to the `concat` expression operator are now automatically converted to string values as if via `to-string`, as are values for the `text-field`, `icon-image`, and `*-pattern` properties. Previously, such values were required to be strings, and if they were not, an error occurred."
-}
diff --git a/scripts/changelog_staging/format-expression.json b/scripts/changelog_staging/format-expression.json
deleted file mode 100644
index 40c61ea083..0000000000
--- a/scripts/changelog_staging/format-expression.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "core": "Add ability to style symbol layers labels with multiple fonts and text sizes via `format` expression.",
- "issue": 12624
-}
diff --git a/scripts/changelog_staging/invalid-latlngbounds.json b/scripts/changelog_staging/invalid-latlngbounds.json
deleted file mode 100644
index 32bb876020..0000000000
--- a/scripts/changelog_staging/invalid-latlngbounds.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "core": "When using longitude values of +-180° in LatLngBounds, the longitude was being improperly wrapped resulting in an unexpected bounding box.",
- "issue": 12797
-}
diff --git a/scripts/changelog_staging/per-source-collision.json b/scripts/changelog_staging/per-source-collision.json
deleted file mode 100644
index c1a0b1d48e..0000000000
--- a/scripts/changelog_staging/per-source-collision.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "core": "Add map-global 'crossSourceCollisions' option. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
- "node": "Add 'crossSourceCollisions' option to NodeMap constructor. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
- "android": "Add 'crossSourceCollisions' option to MapboxMapOptions. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
- "issue": 12820
-}
diff --git a/scripts/changelog_staging/put-offline-resource.json b/scripts/changelog_staging/put-offline-resource.json
deleted file mode 100644
index c5776514fa..0000000000
--- a/scripts/changelog_staging/put-offline-resource.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "darwin": "Add 'putResourceWithURL' method to MGLOfflineStorage to support pre-warming the ambient cache.",
- "android": "Add 'putResourceWithURL' method to OfflineManager to support pre-warming the ambient cache.",
- "issue": 13022
-}
diff --git a/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json b/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json
deleted file mode 100644
index 36f7bafe85..0000000000
--- a/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "core": "Fix bug in which using `icon-rotate` and `icon-offset` together prevented `queryRenderedFeatures` from returning the symbol",
- "issue": 12909
-}