summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-09-10 19:33:07 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-09-10 19:33:07 -0400
commit7cc0ef019a2b9681b110c4968fcba8b16159d6e8 (patch)
tree866b7f1067297d6719daba4b195f0a5446b871a3 /platform/node
parent5a5a5ef4f05169ac3147f15f3063649f4e587a20 (diff)
downloadqtlocation-mapboxgl-7cc0ef019a2b9681b110c4968fcba8b16159d6e8.tar.gz
[node] update platform/node/CHANGELOG.md [skip ci]
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 6a5f5f2dde..0fb8f3d384 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -3,12 +3,12 @@
- Integrates Node.js bindings into core mapbox-gl-native project. (#2179)
- Requires an options object argument to `new mbgl.Map()`
(with required `request` and optional `cancel` methods),
- drops `mbgl.FileSource`. (https://github.com/mapbox/node-mapbox-gl-native/pull/143)
+ drops `mbgl.FileSource`. (mapbox/node-mapbox-gl-native#143)
- Changes `request` semantics to pass a second, callback argument instead
of needing to call `req.respond`. (#2299)
- Requires numerical `ratio` in `mbgl.Map` options argument.
Map pixel ratio is now immutable and can no longer be set with
- render options. (https://github.com/mapbox/mapbox-gl-native/commit/a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6, #1799)
+ render options. (a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6, #1799)
- `map.render` now returns a raw image buffer instead of an object with
`width`, `height` and `pixels` properties. (#2262)
- Adds support for rendering v8 styles.