summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-04-08 19:20:21 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-04-11 10:25:55 -0700
commitc507b8a693d91dea1b0018f9105553128a245146 (patch)
tree981cd717d00e37bc6cb57e6cb9c54ab077821e4c /platform/node
parent5471122079b9e882917c148fa443024d3918ddec (diff)
downloadqtlocation-mapboxgl-c507b8a693d91dea1b0018f9105553128a245146.tar.gz
node-v3.1.0node-v3.1.0
update deps in package.json
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 25e46b3e50..424bfa7050 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 3.1.0
+
+- Adds debug render options ([#3840](https://github.com/mapbox/mapbox-gl-native/pull/3840))
+- Fixes circle bucket rendering on tile boundaries ([#3764](https://github.com/mapbox/mapbox-gl-native/issues/3764))
+- Fixes a segfault caused by improperly disposing the entire module in the `NodeLog` destructor ([#4639](https://github.com/mapbox/mapbox-gl-native/pull/4639))
+- Fixes an issue with vanishing GeoJSON layers at high zoom levels ([#4632](https://github.com/mapbox/mapbox-gl-native/issues/4632))
+- Fixes inheritance from EventEmitter ([#4567](https://github.com/mapbox/mapbox-gl-native/pull/4576))
+- Fixes intermittent `stencil mask overflow` error ([#962](https://github.com/mapbox/mapbox-gl-native/issues/962))
+- Drops support for Node.js v5.x prebuilt binaries due to ongoing npm3 instability ([#4370](https://github.com/mapbox/mapbox-gl-native/issues/4370))
+
# 3.0.2
- Fixes a memory leak in `NodeMap::request` ([#3829](https://github.com/mapbox/mapbox-gl-native/pull/3829))