summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-01-21 12:03:41 -0500
committerMike Morris <mikemorris@users.noreply.github.com>2016-01-21 12:03:41 -0500
commit0a2e4af4c5d34a394fd6c32d771f2e8ae92a387c (patch)
treee3888552d16a45adfefba6d0f4c91eb90528bf45 /platform
parented0488d2e0e2166f5e2708abc34abe471b39c4ba (diff)
downloadqtlocation-mapboxgl-0a2e4af4c5d34a394fd6c32d771f2e8ae92a387c.tar.gz
node-v3.0.0node-v3.0.0
Diffstat (limited to 'platform')
-rw-r--r--platform/node/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 9c31dbf93f..ddd8b1af67 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.0.0
+
+- Drops support for Node.js v0.10.x ([#3635](https://github.com/mapbox/mapbox-gl-native/pull/3635))
+- Fixes label clipping issues with `symbol-avoid-edges` ([#3623](https://github.com/mapbox/mapbox-gl-native/pull/3623))
+- Avoids label placement around sharp zig-zags ([#3640](https://github.com/mapbox/mapbox-gl-native/pull/3640))
+
# 2.2.2
- Fixes a bug with non-deterministic label placement [#3543](https://github.com/mapbox/mapbox-gl-native/pull/3543)