diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-04-24 10:22:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 10:22:17 -0700 |
commit | 42c308fd8fc227b0c4d467543ef9f57e03e72ede (patch) | |
tree | 911b69dbf5827d5a9b7d0adfcd5fba85ea013524 /platform | |
parent | 0079d6173bbb0038552aebbee0a1758bdfa47820 (diff) | |
download | qtlocation-mapboxgl-42c308fd8fc227b0c4d467543ef9f57e03e72ede.tar.gz |
Release node v3.5.0 (#8785)node-v3.5.0
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 12032b4037..01bee4747d 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.5.0 - April 20, 2017 + +- Fixed an issue where raster tiles that were not found caused `map.render()` to hang ([#8769](https://github.com/mapbox/mapbox-gl-native/pull/8769)) +- Adds method `map.cancel()` which cancels an ongoing `render` call. ([#8249](https://github.com/mapbox/mapbox-gl-native/pull/8249)) + # 3.4.7 - March 15, 2017 - Fixed MacOS Release builds ([8409](https://github.com/mapbox/mapbox-gl-native/pull/8409)) |