summaryrefslogtreecommitdiff
path: root/platform/node
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 /platform/node
parentc53a1a3dce52c110ac07094342bd675b5019569d (diff)
downloadqtlocation-mapboxgl-95f1804053d05f70d105232393b1e69eb67139a5.tar.gz
node-v3.1.3node-v3.1.3
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
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))