summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-09-02 16:12:27 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-09-02 16:12:27 -0400
commit13bcd109f0fb4ed3f2b180737f8b30ae2db64061 (patch)
tree5fdcf0a06d1ef004bea40eb39e517633d78395aa /platform
parent12b566a9c1d2f4d573bcb9ae0827ec2067a8fe5b (diff)
downloadqtlocation-mapboxgl-13bcd109f0fb4ed3f2b180737f8b30ae2db64061.tar.gz
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.