summaryrefslogtreecommitdiff
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-01 17:59:07 -0400
commit38a0b0bc4334723e39a08c1a8bf57bd516d6836f (patch)
tree67295b3076514f63832aa8612e712ff376eb0a2f
parentccc3964270e32145b050d97bf4c678941a5c6092 (diff)
downloadqtlocation-mapboxgl-38a0b0bc4334723e39a08c1a8bf57bd516d6836f.tar.gz
node-v3.4.0-rc.1node-v3.4.0-rc.1
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index de2f6ff39e..d1d0a6b66a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.3.3",
+ "version": "3.4.0-rc.1",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index d64aa5238c..b5de46882d 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 3.4.0 - Novmeber 1, 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))