summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-07-14 16:33:15 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-07-14 16:33:15 -0400
commit277b1f4c2540466c72c6147892d9b4247393fbd1 (patch)
treed1f1a13491aaa263589aa03627aef60e7baca1aa /platform/node
parent7df0e459b6da75f6ebddedb003f391df7c1959c9 (diff)
downloadqtlocation-mapboxgl-277b1f4c2540466c72c6147892d9b4247393fbd1.tar.gz
node-v3.3.0node-v3.3.0
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index e1bff6cc28..04c169dbb1 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.3.0
+
+- Adds runtime styling API ([#5318](https://github.com/mapbox/mapbox-gl-native/pull/5318), [#5380](https://github.com/mapbox/mapbox-gl-native/pull/5380), [#5428](https://github.com/mapbox/mapbox-gl-native/pull/5428), [#5429](https://github.com/mapbox/mapbox-gl-native/pull/5429), [#5462](https://github.com/mapbox/mapbox-gl-native/pull/5462), [#5614](https://github.com/mapbox/mapbox-gl-native/pull/5614), [#5670](https://github.com/mapbox/mapbox-gl-native/pull/5670))
+- Adds `BUILDTYPE=Debug` support to `make node` ([#5474](https://github.com/mapbox/mapbox-gl-native/pull/5474))
+- Fixes a memory leak in `NodeRequest` ([#5529](https://github.com/mapbox/mapbox-gl-native/pull/5529))
+
# 3.2.1
- Fixes a memory leak in raster image data ([#5269](https://github.com/mapbox/mapbox-gl-native/pull/5269))