From b296f54769cb7487013bab14ae281c082c3aac21 Mon Sep 17 00:00:00 2001 From: Bobby Sudekum Date: Fri, 29 Sep 2017 10:35:37 -0700 Subject: Release node v3.5.6 (#9610) --- platform/node/CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'platform/node/CHANGELOG.md') diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index e75b1687f1..1d166a9a79 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,5 +1,8 @@ -# master -* Increased the default maximum zoom level from 20 to 22 ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835)) +# 3.5.6 - September 29, 2017 +- Protects against requests which throw [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554) +- Fixed an issue around reusing a map object [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554) +- Fixed an issue in test [#9553](https://github.com/mapbox/mapbox-gl-native/pull/9553) +- Increased the default maximum zoom level from 20 to 22 ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835)) # 3.5.5 - July 14, 2017 - Provide debuggable release builds for node packages [#9497](https://github.com/mapbox/mapbox-gl-native/pull/9497) @@ -182,7 +185,7 @@ - Check libuv version semver-ishly, fixes segfaults in Node.js 0.12.x and io.js. -- Fixes segfault, throws JavaScript error instead when attempting to +- Fixes segfault, throws JavaScript error instead when attempting to render without first loading a style. - Bumps mbgl submodule to v0.4.0 @@ -208,12 +211,12 @@ # 1.0.3 - April 3, 2015 -- Fixes crash during garbage collection by assigning FileSource handle +- Fixes crash during garbage collection by assigning FileSource handle to a v8::Persistent in NodeMap constructor. # 1.0.2 - April 2, 2015 -- Initialize shared display connection at module load time to avoid +- Initialize shared display connection at module load time to avoid race condition when display connection is initialized on-demand. # 1.0.1 - March 19, 2015 -- cgit v1.2.1