summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-11-04 19:40:06 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-11-04 19:40:06 -0500
commit0403b282f32eacf9bd552bf2934748950187abba (patch)
tree196d0c3f89e839a3697f0ed9f50bc4dd04ba86a4 /platform/node
parent5e58070decb7ee5e1538a120e6b8261a0574d334 (diff)
downloadqtlocation-mapboxgl-0403b282f32eacf9bd552bf2934748950187abba.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 6fde0229c4..ffaa96c0e5 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -12,8 +12,8 @@
of needing to call `req.respond`. ([#2299](https://github.com/mapbox/mapbox-gl-native/pull/2299))
- 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.
+ render options. ([`a8d9b92`](https://github.com/mapbox/mapbox-gl-native/commit/a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6), [#1799](https://github.com/mapbox/mapbox-gl-native/pull/1799), , [#2937](https://github.com/mapbox/mapbox-gl-native/pull/2937))
+- Swaps array order in render options `center` argument to `[lng, lat]` for consistency with GeoJSON and mapbox-gl-js ([#2935](https://github.com/mapbox/mapbox-gl-native/pull/2935)).
- Adds render option `pitch` ([#2702](https://github.com/mapbox/mapbox-gl-native/pull/2702))
- `map.render` now returns a raw image buffer instead of an object with
`width`, `height` and `pixels` properties. ([#2262](https://github.com/mapbox/mapbox-gl-native/pull/2262))