diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-10-19 14:58:07 -0700 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-10-20 01:27:26 +0200 |
commit | bb58ddaea8c2d9da9551601318944d9d143ee247 (patch) | |
tree | 9ab7f87d1bce6012988ada23660384d61275f507 | |
parent | 8acb78ee793746a5188c2221e23dbe58263d2d2d (diff) | |
download | qtlocation-mapboxgl-bb58ddaea8c2d9da9551601318944d9d143ee247.tar.gz |
[node] Release v3.5.8 (#10243)node-v3.5.8
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 5c91322978..edb41f1f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mapbox-gl-native", - "version": "3.5.7", + "version": "3.5.8", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 58234dad0f..4b93fca25d 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.5.8 - October 19, 2017 +- Fixes an issue that causes memory leaks when not deleting the frontend object + in NodeMap::release() +- Fixes a crash in Earcut: [#10245](https://github.com/mapbox/mapbox-gl-native/pull/10245) + # 3.5.7 - October 9, 2017 - Fixed an issue causing synchronous resource requests to stall [#10153](https://github.com/mapbox/mapbox-gl-native/pull/10153) |