summaryrefslogtreecommitdiff
path: root/platform/node/CHANGELOG.md
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-11-01 17:59:07 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-11-02 16:49:36 -0400
commite415569b3fa04d3cd650770f027509a143c3ed24 (patch)
tree44e763b3e39e392e2609c19d402311d339553322 /platform/node/CHANGELOG.md
parent6d0248884557ae1d643903ffcc02b08d47117277 (diff)
downloadqtlocation-mapboxgl-e415569b3fa04d3cd650770f027509a143c3ed24.tar.gz
node-v3.4.0-pre.31node-v3.4.0-pre.31
Diffstat (limited to 'platform/node/CHANGELOG.md')
-rw-r--r--platform/node/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index d64aa5238c..1365f5c943 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 3.4.0 - Novmeber 2, 2016
+
+- Fixes Bitrise configuration to automatically publish macOS binaries ([#6789](https://github.com/mapbox/mapbox-gl-native/pull/6789))
+- Switches from using individual thread pools for each `mbgl::Map` object to sharing the built-in Node.js thread pool for NodeMap implementations ([#6687](https://github.com/mapbox/mapbox-gl-native/pull/6687))
+
# 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))