diff options
author | Mike Morris <mikemorris@users.noreply.github.com> | 2016-02-04 19:02:08 -0500 |
---|---|---|
committer | Mike Morris <mikemorris@users.noreply.github.com> | 2016-02-04 19:02:08 -0500 |
commit | 8e5862bd5d7038d35ffbc485e807d24b04ba5e0a (patch) | |
tree | 35c6efda6084ef8e892e655974f4d65265d30292 /platform/node/CHANGELOG.md | |
parent | 86691a08de77a5cfee2ba715b0b5cd138fbf9de4 (diff) | |
download | qtlocation-mapboxgl-8e5862bd5d7038d35ffbc485e807d24b04ba5e0a.tar.gz |
node-v3.0.2node-v3.0.2
Diffstat (limited to 'platform/node/CHANGELOG.md')
-rw-r--r-- | platform/node/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 743c9e3662..25e46b3e50 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.0.2 + +- Fixes a memory leak in `NodeMap::request` ([#3829](https://github.com/mapbox/mapbox-gl-native/pull/3829)) +- Increases default max zoom level from 18 to 20 ([#3712](https://github.com/mapbox/mapbox-gl-native/pull/3712)) +- Support tiles with non-4096 extents ([#3766](https://github.com/mapbox/mapbox-gl-native/pull/3766)) + # 3.0.1 - Fixes missing icon collision boxes ([#3672](https://github.com/mapbox/mapbox-gl-native/pull/3672)) |