summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-04-16 16:57:03 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-04-16 19:33:04 +0300
commit1bc34f0d005574c0aa7101d4600c0ea8ce3a9304 (patch)
tree285d5352e2ecbf36d103b00180033f2e6950dd7f
parent555ccd1d1693cfc5cd61e4a8bcf8783190062915 (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_fix_setProperty_for_source.tar.gz
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e9beb6959..7198c655bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,8 @@
Sorts drawing order by sort key both within-tile and cross-tile.
+- Add generic setter for Layer's 'source' property ([#16406](https://github.com/mapbox/mapbox-gl-native/pull/16406)
+
### 🐞 Bug fixes
- [core][tile mode] Reduce cut-off labels (part 2) ([#16369](https://github.com/mapbox/mapbox-gl-native/pull/16369))