summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-09-03 15:35:13 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-09-03 15:35:13 -0400
commitc18dda73edd3596bce52ff0d726aa490d945ea94 (patch)
tree067a68cd29faaea9b9226067239994eac3f84631 /platform
parentcccae7d153e92004f391b78974cb2ad04e27a759 (diff)
parentbd54996638f693813e7a6782a800b4d65925f41c (diff)
downloadqtlocation-mapboxgl-c18dda73edd3596bce52ff0d726aa490d945ea94.tar.gz
Merge pull request #2241 from mapbox/node-changelog-v2.0.0
Update node changelog
Diffstat (limited to 'platform')
-rw-r--r--platform/node/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index a86be910ef..6d6486bd29 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 2.0.0
+
+- Integrates Node.js bindings into core mapbox-gl-native project.
+- Requires an options object argument to `new mbgl.Map()`
+ (with required `request` and optional `cancel` methods),
+ drops `mbgl.FileSource`.
+- Requires numerical `ratio` in `mbgl.Map` options argument.
+ Map pixel ratio is now immutable and can no longer be set with
+ render options.
+- Adds support for rendering v8 styles.
+- No longer load resources before a render request is made.
+
# 1.1.3
- Removes deprecated mbgl::Environment from NodeLogObserver.