summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-07-29 12:11:22 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-07-29 12:11:22 -0400
commit3c2fce18a1c667b9d1edaf08e3f2d5dfe20cc52f (patch)
tree103bff7db5f6e91cc494f77ed61070f296d899a4
parent045a644a7dd997a0123a1f49efa0e8c744b83fdf (diff)
downloadqtlocation-mapboxgl-3c2fce18a1c667b9d1edaf08e3f2d5dfe20cc52f.tar.gz
node-v3.3.1node-v3.3.1
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index fe15f5ed61..92d235e325 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.3.0",
+ "version": "3.3.1",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 76b4f6786e..92464dc64f 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,6 +1,8 @@
-# master
+# 3.3.1 - July 29, 2016
-* Map debug options 'overdraw' and 'stencil clip' are now disabled (no-ops) in release mode. ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
+- Fixes `minzoom` and `maxzoom` properties ([#5828](https://github.com/mapbox/mapbox-gl-native/pull/5828))
+- Fixes `RunLoop::runOnce()` to use `UV_RUN_NOWAIT` instead of `UV_RUN_ONCE` (which can block the libuv threadpool) ([#5758](https://github.com/mapbox/mapbox-gl-native/pull/5758))
+- Map debug options 'overdraw' and 'stencil clip' are now disabled (no-ops) in release mode ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
# 3.3.0 - July 14, 2016