summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-02-04 19:02:08 -0500
committerMike Morris <mikemorris@users.noreply.github.com>2016-02-04 19:02:08 -0500
commit8e5862bd5d7038d35ffbc485e807d24b04ba5e0a (patch)
tree35c6efda6084ef8e892e655974f4d65265d30292
parent86691a08de77a5cfee2ba715b0b5cd138fbf9de4 (diff)
downloadqtlocation-mapboxgl-8e5862bd5d7038d35ffbc485e807d24b04ba5e0a.tar.gz
node-v3.0.2node-v3.0.2
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index aa88c983d5..d97d3f56e7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
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))