summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-28 13:57:03 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-28 15:00:47 +0200
commit6d6c344fe147366ecf6aa2ee33d65f877d98c7ea (patch)
treec02748f82eb4ddb7dfe243d38474182f01327879
parent517f780e6077007e0bdc36877e6ac9514d6f953d (diff)
downloadqtlocation-mapboxgl-6d6c344fe147366ecf6aa2ee33d65f877d98c7ea.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 081c039fb5..e44af9f1b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,12 +12,6 @@
Now the buffer is flushed every time the remaining resources container gets empty.
-- [core] Revert shader changes from [#16189](https://github.com/mapbox/mapbox-gl-native/pull/16189), which will cause incorrect label positioning ([#16235](https://github.com/mapbox/mapbox-gl-native/pull/16235))
-
- This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333)
-
-- [ios] Restored support for iOS 9–11 by default ([#16241](https://github.com/mapbox/mapbox-gl-native/pull/16242))
-
### ✨ New features
- [core] Add Layer::serialize() method ([#16231](https://github.com/mapbox/mapbox-gl-native/pull/16231))
@@ -52,6 +46,16 @@
Possible fix:
`std::shared_ptr<FileSource> onlineSource = FileSourceManager::get()->getFileSource(..);`
+## maps-v1.2.1 (2020.02-release-vanillashake)
+
+### 🐞 Bug fixes
+
+- [core] Revert shader changes from [#16189](https://github.com/mapbox/mapbox-gl-native/pull/16189), which will cause incorrect label positioning ([#16235](https://github.com/mapbox/mapbox-gl-native/pull/16235))
+
+ This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333)
+
+- [ios] Restored support for iOS 9–11 by default ([#16241](https://github.com/mapbox/mapbox-gl-native/pull/16242))
+
## maps-v1.2.0 (2020.02-release-vanillashake)
### ✨ New features