summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-09-06 20:10:30 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-09-06 20:10:30 -0400
commitda028844336f2ea43981758dfa8a8fe579d40dfa (patch)
treebfde34b565adc7fcb10a1432e815c7567f7d1432
parentedec56e6c55bdf992fb2d3f92d770db57c737e3e (diff)
downloadqtlocation-mapboxgl-node-v3.3.3.tar.gz
node-v3.3.3node-v3.3.3
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index e3982cbb3c..992092866d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.3.2",
+ "version": "3.3.3",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index e08c2fbc3f..d64aa5238c 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.3.3 - September 6, 2016
+
+- Switches to using a NodeRequest member function (with a JavaScript shim in front to preserve the API) instead of a new `v8::Context` to avoid a memory leak ([#5704](https://github.com/mapbox/mapbox-gl-native/pull/5704))
+- `map.load` can now throw when failing to parse an invalid style ([#6151](https://github.com/mapbox/mapbox-gl-native/pull/6151))
+- Explicitly links the OpenGL framework for compatibility with macOS Sierra ([#6015](https://github.com/mapbox/mapbox-gl-native/pull/6015))
+
# 3.3.2 - August 1, 2016
- Fixes Node.js binary publishing to build with `BUILDTYPE=Release` ([#5838](https://github.com/mapbox/mapbox-gl-native/pull/5838))