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 /platform/node | |
parent | 8acb78ee793746a5188c2221e23dbe58263d2d2d (diff) | |
download | qtlocation-mapboxgl-bb58ddaea8c2d9da9551601318944d9d143ee247.tar.gz |
[node] Release v3.5.8 (#10243)node-v3.5.8
Diffstat (limited to 'platform/node')
-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 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) |