summaryrefslogtreecommitdiff
path: root/platform/node/CHANGELOG.md
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-11-04 18:18:08 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-11-04 18:18:08 -0500
commit5e58070decb7ee5e1538a120e6b8261a0574d334 (patch)
tree00108695a53e84161fce5ecc927c30f6000f58a1 /platform/node/CHANGELOG.md
parent3528002b580f9e5ae19ef4df7543e913c5d27ab4 (diff)
downloadqtlocation-mapboxgl-5e58070decb7ee5e1538a120e6b8261a0574d334.tar.gz
[node] make ratio optional, default to 1.0
Diffstat (limited to 'platform/node/CHANGELOG.md')
-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 70ad3486ee..6fde0229c4 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -10,8 +10,8 @@
drops `mbgl.FileSource`. ([mapbox/node-mapbox-gl-native#143](https://github.com/mapbox/node-mapbox-gl-native/pull/143))
- Changes `request` semantics to pass a second, callback argument instead
of needing to call `req.respond`. ([#2299](https://github.com/mapbox/mapbox-gl-native/pull/2299))
-- Requires numerical `ratio` in `mbgl.Map` options argument.
- Map pixel ratio is now immutable and can no longer be set with
+- Accepts optional `ratio` (defaults to `1.0`) in `mbgl.Map` options
+ argument. Map pixel ratio is now immutable and can no longer be set with
render options. ([`a8d9b92`](https://github.com/mapbox/mapbox-gl-native/commit/a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6), [#1799](https://github.com/mapbox/mapbox-gl-native/pull/1799))
- Swaps array order in render options `center` argument to `[lng, lat]` for consistency with GeoJSON and mapbox-gl-js.
- Adds render option `pitch` ([#2702](https://github.com/mapbox/mapbox-gl-native/pull/2702))