diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-11 14:16:42 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-11 14:16:42 -0400 |
commit | 169f580519367105ca626f158964910295ee73c1 (patch) | |
tree | 2bf3afa6ab29ff1057ad46c2e7d246225572fb13 /platform | |
parent | cdafaf49cf7a87cea9b4a72f6c8c4326ca7b03da (diff) | |
download | qtlocation-mapboxgl-169f580519367105ca626f158964910295ee73c1.tar.gz |
[node] update platform/node/CHANGELOG.md [skip ci]
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 158d4958ee..d4b0abd499 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -12,7 +12,7 @@ - `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)) - Adds support for rendering v8 styles. -- No longer loads resources before a render request is made. +- No longer loads resources before a render request is made. ([`55d25a8`](https://github.com/mapbox/mapbox-gl-native/commit/55d25a80a77c06ef5e66acc0d8518867b03fe8a4)) - Adds io.js v3.x support. ([#2261](https://github.com/mapbox/mapbox-gl-native/pull/2261)) # 1.1.3 |