summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-05-27 11:40:04 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-05-27 11:53:17 -0400
commit95f1804053d05f70d105232393b1e69eb67139a5 (patch)
tree9854912db93ee50c515911368061abfc4e5a6dc6
parentc53a1a3dce52c110ac07094342bd675b5019569d (diff)
downloadqtlocation-mapboxgl-95f1804053d05f70d105232393b1e69eb67139a5.tar.gz
node-v3.1.3node-v3.1.3
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6e5fa941b0..b0b7924bc3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index d69b9e404c..93792a293b 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 3.1.3
+
+- Fixes a leak in TexturePoolHolder ([#5141](https://github.com/mapbox/mapbox-gl-native/pull/5141))
+- Fixes a bug where a callback would be fired after an AsyncRequest had been cancelled ([#5162](https://github.com/mapbox/mapbox-gl-native/pull/5162))
+
# 3.1.2
- Fixes a race condition with animated transitions ([#4836](https://github.com/mapbox/mapbox-gl-native/pull/4836))