diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-23 14:27:48 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-30 15:36:44 -0700 |
commit | 9fdc36c1a1c91f1fb0db336c2b9b7c61ec94cb20 (patch) | |
tree | 7c9dbc6c9ecf0ff6d3b2153f01893f164a4775cf /platform | |
parent | b46c102eb0ec3ca2ff0b422831cb98fa2bdebcba (diff) | |
download | qtlocation-mapboxgl-9fdc36c1a1c91f1fb0db336c2b9b7c61ec94cb20.tar.gz |
[node] add support for Node.js v4.1.x and update changelog
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index c035bf4f9d..937f538c0e 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -15,6 +15,7 @@ - No longer loads resources before a render request is made. ([`55d25a8`](https://github.com/mapbox/mapbox-gl-native/commit/55d25a80a77c06ef5e66acc0d8518867b03fe8a4)) - Adds io.js v3.x support. ([#2261](https://github.com/mapbox/mapbox-gl-native/pull/2261)) - Fixes a bug which prevented raster tiles that `404`'ed from rendering ([#2458](https://github.com/mapbox/mapbox-gl-native/pull/2458)) +- Adds Node.js v4.1.x support. # 1.1.3 @@ -23,7 +24,7 @@ # 1.1.2 - Check libuv version semver-ishly, fixes segfaults in Node.js 0.12.x - and iojs. + and io.js. - Fixes segfault, throws JavaScript error instead when attempting to render without first loading a style. - Bumps mbgl submodule to v0.4.0 |