diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-16 11:35:04 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-16 08:25:44 -0400 |
commit | a601f94743eb812847fbb58944df7240b088f7e2 (patch) | |
tree | 59f45ba085860bd3635f85de0a31d78024f49c7b | |
parent | 6fd0c774a6e789ca8013616c3b68481160453e46 (diff) | |
download | qtlocation-mapboxgl-upstream/release-v1.4.0.tar.gz |
Update change log for the maps-v1.4.1 releasemaps-v1.4.1upstream/release-v1.4.0upstream/debug-qt-cmake37-2
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index afa17dace2..c17145f08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## master + +## maps-v1.4.1 + +### 🐞 Bug fixes + +- [android] Fix wrong method call in map_snapshotter ([#16308](https://github.com/mapbox/mapbox-gl-native/pull/16308)) + + In map_snapshotter, a wrong method call will cause Sanpshotter not works with a style url in Android. This change makes it call the right method to let Snapshotter works. + ## maps-v1.4.0 ### ✨ New features |