summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-06-03 17:29:12 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-06-03 17:29:12 -0400
commitab5e8fb1837c027dfd3fd8dfb5100c7dabea39dc (patch)
tree1f03d0adaa76d142110048556a513f16e9f5bba1
parent7a43f8bd1eb0df0d519d48d81996e02691a02817 (diff)
downloadqtlocation-mapboxgl-ab5e8fb1837c027dfd3fd8dfb5100c7dabea39dc.tar.gz
node-v3.2.0node-v3.2.0
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4fc0da158d..b8d31d9cd7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.1.3",
+ "version": "3.2.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 93792a293b..a8f1d5be72 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 3.2.0
+
+- Switches to [earcut.hpp](https://github.com/mapbox/earcut.hpp) for tessellation ([#2444](https://github.com/mapbox/mapbox-gl-native/pull/2444))
+
# 3.1.3
- Fixes a leak in TexturePoolHolder ([#5141](https://github.com/mapbox/mapbox-gl-native/pull/5141))