diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-01-09 16:34:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 16:34:45 -0800 |
commit | 32660bce34d63fe4ce3dad22a5fd51109e9d0911 (patch) | |
tree | 722d294fb8a233174d2b7116fb23b754e02aaf20 /platform | |
parent | a5eae14661f451384d6925a7b95db32434f439db (diff) | |
download | qtlocation-mapboxgl-32660bce34d63fe4ce3dad22a5fd51109e9d0911.tar.gz |
Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index aabed907e1..c5bd50e6c9 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.4.3 - January 9, 2017 + +- Adds `map.addImage()` and `map.removeImage()` APIs ([#7610](https://github.com/mapbox/mapbox-gl-native/pull/7610)) + # 3.4.2 - November 15, 2016 - Switches back to publishing Linux binaries with GLX, to eliminate a runtime dependency on `libOSMesa.so.8` and enable dynamically linking against `libGL.so` provided by an alternate implementation, such as the NVIDIA proproetary drivers ([#7503](https://github.com/mapbox/mapbox-gl-native/pull/7053)) |