summaryrefslogtreecommitdiff
path: root/platform
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 /platform
parent045a644a7dd997a0123a1f49efa0e8c744b83fdf (diff)
downloadqtlocation-mapboxgl-3c2fce18a1c667b9d1edaf08e3f2d5dfe20cc52f.tar.gz
node-v3.3.1node-v3.3.1
Diffstat (limited to 'platform')
-rw-r--r--platform/node/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
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