diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-07-05 11:31:04 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-07-05 11:56:38 -0700 |
commit | 310d844b5f5e10b77d17940f634b34ffe27e387d (patch) | |
tree | 47459baf87b3f2cd01cf049db07c92cf98108a53 /platform/node | |
parent | c9924ae9d5d6e499267eea3bb9b1092bfd18ddf4 (diff) | |
download | qtlocation-mapboxgl-310d844b5f5e10b77d17940f634b34ffe27e387d.tar.gz |
[docs] Add changelog entries for #12294
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index feb2b4185d..d2b6c76ab1 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,5 +1,6 @@ # master - The `Map` constructor now accepts a `mode` option which can be either `"static"` (default) or `"tile"`. It must be set to `"tile"` when rendering individual tiles in order for the symbols to match across tiles. +- Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294)) # 3.5.8 - October 19, 2017 - Fixes an issue that causes memory leaks when not deleting the frontend object |